Click here to Skip to main content
15,887,328 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to insert multiple row data from a single web form in asp.net, how would i do this ?
Posted
Comments
Om Prakash Pant 11-Jul-11 9:21am    
One option is to use XML.
Combine all the data & create XML, pass it to the stored procedure

1 solution

If I understand the question well, you are looking for something like this - Inserting Multiple Rows Using GridView[^].

There are many examples on the web if you do a search[^].

Hope this helps!
 
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