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
What are advantages of microsoft-provided data provider classes in ado.net?
What is variable view?
What are the data providers used in ado.net
What is maximum pool size in ado.net connection string?
Do we use stored procedure in ADO.Net?
What is ado rdo dao in visual basic?
What is sqldatareader?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
What is shadow copy?
What is full form of ado?
What are the difference between readonly vs. Const?
What is the purpose of using adodb?
How do you merge 2 datasets into the third dataset in a simple manner?
How to creating a SqlCommand Object?
Describe briefly an ADO.NET Dataset ?