How to insert multiple records in asp .net from Gridview to Sql Database with out using loop condition ?
2 9299
What is difference between executequery and executeupdate?
What are two types of transaction supported by ado.net?
Which object needs to be closed?
What is the difference between Command and CommandBuilder object?
What are the various methods provided by the DataSet object to generate XML?
What providers does Ado.net uses?
Why is stored procedure used in ado.net?
How to enable and disable connection pooling?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How can we load multiple tables in a dataset?
How to work with disconnected data - the dataset and sqldataadapter?
Explain how to find the given query is optimised one or not?
What are all the different methods under sqlcommand?
What is sqldatareader?
What is ado control?