Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i have a textbox present in gridview in which i m assinging a value from textbox at button click event now i have let say 4 row present in gridview
now i want that the all row present in gridview should be sent to a table
present in sql server 2005. i want code for it plz help..
Posted

1 solution

Well, providing codes without showing any effort is not encouraged here.

Here is what is expected by enquirers:
1. TRY first what you want to do!
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.

Try:
Loop through the rows of gridview.
Send the data(row-wise) to DB
 
Share this answer
 
Comments
koool.kabeer 1-Aug-10 12:31pm    
Totally agree

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