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 does ole stand for in excel?

0 Answers  


What is the difference between sqldatareader and sqldataadapter?

0 Answers  


What is meant by entity framework?

1 Answers  


Explain the various objects in dataset.

0 Answers  


What is XML serialization

0 Answers   Digital GlobalSoft,


Describe the command object and its method.

0 Answers  


Define different execute methods of ADO.NET command object ?

0 Answers   NA,


Differences between dataset.clone and dataset.copy?

2 Answers   Ksb, TCS,


What are the steps in connecting to database?

3 Answers   IBM, Microsoft,


describe the dataset object in ado.net.

0 Answers  


What is ado net stands for?

0 Answers  


Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.

3 Answers   Directi,


Categories