asp.net - gridview editing without using datasource control -
I'm looking for gridview for some common examples like displaying, editing, deleting, paging, sorting, batch updates Etc., but without the use of any data source controls, I want to pair the data into the code in the custom object collection. All the samples found on the web so far use some data source control, I think enterprise applications should not use this pattern. In my solution, objects only have business logic and no data access codes. Instead, I use manager objects to do this. If you have an example of a Gridview that works normal without using any data source control, can you share them? It will be very helpful. Thank you.
Comments
Post a Comment