How can we save multiple rows input data from c# in sql server database. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can we save multiple rows input data from c# in sql server database.

i want to save name, age and educational qualification of three persons in SQL server database using one save button in a c# form.

13th May 2018, 8:22 AM
Shubham Sharma
Shubham Sharma - avatar
1 Answer
0
You can always just make a for loop to run the insert query multiple times on your database side
28th Jun 2018, 7:42 PM
Megan Venter
Megan Venter - avatar