How to insert multiple records in asp .net from Gridview to
Sql Database with out using loop condition ?

Answers were Sorted based on User's Feedback



How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condit..

Answer / rajeev

It is possible to insert many records and just save it to DB
without loop.

Is This Answer Correct ?    11 Yes 1 No

How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condit..

Answer / nahaz nizam

Ya we can do it by using XML.we can send records with XML
format to the procedure as datatype xml in proc

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More ADO.NET Interview Questions

What is ado oledb and odbc?

0 Answers  


How many commands does the oledbcommand takes?what are they?

2 Answers  


What is ole2 format?

0 Answers  


What is difference between entity framework and ado.net?

0 Answers  


When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency

4 Answers   Digital Group,






what is Execute NOn Query?

29 Answers   Infosys, Protech, Sars Systems, SwanSoft Technologies,


What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

0 Answers   CGI,


What are the three Objects of ADO.

10 Answers  


Explain acid properties?

4 Answers  


How to pass multiple tables in datasets simultaneously?

0 Answers  


Differentiate between Dataset and Recordset.

2 Answers  


What is difference between datagridview and datagrid control in winforms?

0 Answers  


Categories