How to insert multiple records in asp .net from Gridview to
Sql Database with out using loop condition ?
Answer Posted / rajeev
It is possible to insert many records and just save it to DB
without loop.
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the key features of ado.net?
Explain the difference between data reader and data set?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Some important instruction regarding ADO.NET connection string ?
List the 4 common ado.net namespaces?
What is the role of data provider in ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
Explain the difference between an ado.net dataset and an ado recordset?
What are the advantages of using datalist?
What is ado.net full form?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is ado data control?
What is the return type of executescalar?
Which control of the BindingNavigator returns the current position within the data source?
What is the difference between an ADO.NET Dataset and an ADO Recordset?