+ 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.
1 Odpowiedź
0
You can always just make a for loop to run the insert query multiple times on your database side