How to insert multiple records in asp .net from Gridview to
Sql Database with out using loop condition ?
Answer Posted / 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 View All Answers
Explain the dataadapter class in ado.net?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the difference between ADO and ADO.Net?
What is executenonquery ado.net?
What are the Data providers in ADO.Net?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is the difference between Response.Expires and Reponse.ExpiresAbsolute?
What does executereader return?
Explain the advantages and disadvantages of using datalist?
What are ado.net objects?
What is the difference between connected and disconnected environment?
What are the data providers in ADO.NET framework?
What is ado circle?
What is the difference between Dataset. clone and Dataset.copy?
What is connected architecture in ado.net?