How to Insert more than one row in a single click using stored procedure
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi I have a datatable having 10 records. I want to insert the 10 records to a table in a database using stroed procedure from my front end C#. How to do? can any one help me please? Thanks in advance kesavan
kesavan
-
Can you explain a bit more: Are the values to be entered through a form if so just create a loop and loop the insert for each new entry
We are not a Code Charity
put the code to insert one record in a loop (upto records count)