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 does executereader return?
Explain how to find the given query is optimised one or not?
What are the advantages using ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is DataRowCollection?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is dataadapter in ado.net?
What providers does Ado.net uses?
Which object holds only data and does not interact with data source?
Which keyword is used to accept variable number of parameters?
Which is better entity framework or ado.net?
What is ado.net components?
Explain the difference between ado and ado.net?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is the current version of entity framework?