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 shadow copy?

0 Answers  


What is disconnected architecture in ado.net?

0 Answers  


What is ado full form?

0 Answers  


What are advantages and disadvantages of Microsoft-provided data provider classes in ADO.NET?

2 Answers  


Explain how to create dynamic gridview?

0 Answers  






What are all the different authentication techniques used to connect to MS SQL Server?

0 Answers  


What providers does ado.net uses internally ?

3 Answers   Digital GlobalSoft,


What is the default timeout specified for "sqlcommand.commandtimeout" property?

0 Answers  


Explain why edit is not possible in repeater?

0 Answers  


What is microsoft ole db provider for sql server?

0 Answers  


What do you mean by performing asynchronous operation using command object?

0 Answers  


What is a column variable?

0 Answers  


Categories