Creating a Custom GridView Object
An earlier post dealt with creating a GridView programmatically. In some cases, this GridView might need to be used multiple times throughout a site, either using the same data, or perhaps a different set of data. Several options exist when determining how to implement this. The simplest, of course, would be simply to copy the … Read more