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
Does ado.net use odbc?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Explain the basic use of "dataview" and explain its methods.
Explian About DataAdapters
What is difference between Dataview and Datatable?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
Which parameter of ConnectionString is used to specify the name of the database?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Which object needs to be closed?
What is the current version of entity framework?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are dataproviders?
How can I retrieve two tables of data at a time by using data reader?
What is Data Provider?
How to identify the controls which can be used for binding data?