Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a dropdown box which contains a list of tables. The user clicks on a table and its contents appear in a gridview. I want users to be able to insert, update and delete rows in the selected table.

Is it possible to create an editable gridview where autogeneratecolumns=true?
I am using c# with asp.net 3.5.
If not, is there an alternative eg. clicking on a gridview row and producing textboxes?
Posted

The field names are hardcoded, so the article assumes I know which fields will be requested. Hence autogeneratecolumns=false.
I don't see how this helps.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900