Click here to Skip to main content
15,901,284 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am arvind. I want to display the gridview with column (id, name, age, sex,) and we take inside the grid view textbox,textbox,textbox,dropdowlist) and we select a table from the database
We insert the values in gridview.
Please give me a solution
Thanks
Posted
Updated 25-Jan-11 22:49pm
v2

This has all the basic features of gridview: Editable Nested GridView (All-in-One)[^]

Have a look and start working on your problem. Try.
 
Share this answer
 
You can see this
Click
Click
 
Share this answer
 
Use template fields instead of Bound fields in side grid view..
In Text property of text boxes use

Text='<# Bind("id") >'

this will bind the data inside controls
 
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