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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -