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

Which method in OLEDBAdapter is used to populate dataset with records?

0 Answers  


What are the rules to implement connection pooling?

0 Answers  


What is ado.net tutorial?

0 Answers  


How to fetch the last inserted record in a particular table?

10 Answers   CarrizalSoft Technologies, Microsoft,


Define Execute Scalar?

0 Answers   UGC Corporation,


What is ado recordset?

0 Answers  


Diff. b/w DataReader and DataSet?

8 Answers   Avon, Value Labs,


How to find the count of records in a dataset?

6 Answers  


If a table contains 20000 records. In a page at each time 100 records to be displayed.

0 Answers  


Difference between DataReader and DataAdapter / DataSet and DataAdapter?

3 Answers   TCS,


What does ole stand for in excel?

0 Answers  


What are all components of ADO.Net data provider?

0 Answers  


Categories