Create a ASP.NET Generic gridview
- by harold-sota
I wont to create a User Control based in gridview that have the edit add delete incorporate,
the problem is these:
In the admin part of my web site i have to repeat the same action for view add delete update the data for different datasource.
I wont to create a generic gridview that have incorporate these action.
The gridview can take a xml file for configure him self dependently of the request for desplay the data.
Any ideas how i can do it?