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

I want to create GridView in aspx page in vb.net.
that Gridview contains text box to enter data into the database.

Suppose gridview contains 5 data in single value.

i want that all 5 data can save with one button which is External (Like Submit button).

Thanx & Regards,
Nikunj Chheda.
Posted
Updated 11-Jul-11 19:56pm
v3
Comments
Arindam Tewary 11-Jul-11 14:32pm    
There are plenty example of what you want if you just do a simple google search? Just let us know that indeed you didnt get anything using Google.

 
Share this answer
 
design the gridview using <itemtemplate></itemtemplate> and handle click event of external button 'submit' and read the data from gridview row and store it in database
 
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