What are typed and untyped dataset?
What we do with the object of ado.net dataset after using it?
Explain which name space is used to get assembly details?
Which object of ado contains datarow datacolumn collection?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
how we can fire event in databound coulm in datagfrid withot using button?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
When multiple users attempt to modify data at the same time Ex user 1 is updating record at same time user2 deleted record sucessfully.now user1 has press update button . how to handle concurrency
Which is better ole db or odbc?
what is Sql Native Client?
What is ado control?
What are advantages of microsoft-provided data provider classes in ado.net?