One of the most used (and most useful) ASP.NET controls is the GridView. It can however, be quite complicated to use. You may find yourself writing hack after hack if you for instance are using a list as a datasource instead of a dataset or are trying to do something else, that just derivates a little from the normal.
I constantly find myself googleing every time I want to do something with the gridview, that in my opinion should be build into it, but for some strange reason is not.
But now the help is here. Or at least some help.
You can find at top 10 list with tips & tricks here: http://www.dotnetcurry.com/ShowArticle.aspx?ID=107
And now I myself have a starting point the next time I’m working with the Gridview J
Leave a Reply