Click here to Skip to main content
15,893,622 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello there,
Can any buddy tell me how to insert multiple rows of data-grid in to database. In my project i am getting data from text boxes to rows of data grid view , then i want "submit button" is pressed the data from rows of data grid should be inserted in data base? Can any buddy guide me??


thankxxxx
Posted

1 solution

You insert the data with SQL. That's the only way you can do it. If you have multiple rows, you probably need to insert one at a time
 
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