Click here to Skip to main content
15,921,660 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
can anyone help me!



i have a need to add field for grid view so i add footertamplete and gave textbox in it so i want to write code to insert data in the grid and it should reflect in gridview.
Posted

I think, Its better to have a button (as add).On click of add button, So some input boxes for entering the data and then submit. Once user click on submit, show it in your grid.
 
Share this answer
 
Have a look at this article: Editable Nested GridView (All-in-One)[^], this should get you going.
 
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