Create a ASP.NET Generic gridview

Posted by harold-sota on Stack Overflow See other posts from Stack Overflow or by harold-sota
Published on 2010-05-10T06:50:13Z Indexed on 2010/05/10 7:34 UTC
Read the original article Hit count: 260

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about gridview