What are the namespaces used in ado.net for data access?
Give few examples of datareader that is used in different dataproviders.
What is the difference between executenonquery () and executescalar ()?
how can implement dropdownlist in particular of dataset when try to update?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Describe briefly an ADO.NET Dataset ?
Can we connect two dataadapters to same data source using single connection at same time?
What does executereader return?
How can we add/remove row's in "datatable" object of "dataset"?
Explain what are the steps to connect to a database?
Explain the difference in record set and dataset?
Which keyword is used to accept variable number of parameters?
What two types of data providers does ADO.NET supply? What determines which one you should use?
What is ado recordset?
What is an example of ordinal data?