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 read only and forward only in ado.net?

0 Answers  


How to create data relations?

0 Answers  


What is the executescalar method?

0 Answers  


What are ado.net objects?

0 Answers  


Which property is used to check whether a DataReader is closed or opened?

0 Answers  


What is aggregate root?

0 Answers  


What is ODP.NET ?

1 Answers   TCS,


Which name space is used to get assembly details?

0 Answers  


Explian About DataAdapters

0 Answers   BirlaSoft,


How do you find the count of records in a dataset?

0 Answers  


how Sequence to connect and retrieve data from database using dataset?

0 Answers  


Explain which name space is used to get assembly details?

0 Answers  


Categories