Hi, I am looking for some examples for gridview for common tasks like displaying, editing, deleting, paging, sorting, batch updates etc, but WITHOUT using any datasource controls. I would like to bind the data in the code to custom object collection. all the samples I found on the web so far use some data source control, I think Enterprise applications shouldn't be using this pattern. objects in my solution have only business logic and no data access code. instead I use manager objects to do this. if you have any examples of gridview that performs the common tasks without using any data source control, can you please share them? that would be very helpful. thanks.
A:
Pranay Rana
2010-08-03 10:42:43
thanks. that was helpful. one difference is that it uses data adapters which I can replace with my own data access classes. interested to know if batch updates can also be done without using the data source control
RKP
2010-08-04 10:41:57