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 ado.net objects?
How can we check that some changes have been made to dataset since it was loaded?
What is ado asp?
Is ado.net dead?
What is ado connection?
What is shadow copy?
Which database is the ado.net sql connection object designed for?
Explain how to find the given query is optimised one or not?
What is ado.net explain with diagram?
What is the role of clr?
How can we add/remove row's in "datatable" object of "dataset"?
What is linq and entity framework?
How can I retrieve two tables of data at a time by using data reader?
What is typed dataset ?
How do you merge 2 datasets into the third dataset in a simple manner?