Answer Posted / edwin
ADO.Net controls are
1/ SqlDataSource
2/ AccessDataSource
3/ ObjectDataSource
4/ DataSetDataSource
5/ XmlDataSource
6/ SiteMapDataSource
Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is linq and entity framework?
Which components of a data provider is used to retrieve, insert, delete, or modify data in a data source?
Explain the two fundamental objects in ado.net?
What are the namespaces used in ADO.Net to connect to a database?
How do you update database through dataset?
Can we connect two dataadapters to same data source using single connection at same time?
Explain which name space is used to get assembly details?
What is the provider being used to access oracle database?
What is commandbuilder in ado.net?
What is ado connection?
Define Execute Scalar?
What is ole in excel?
Can we do database operations without using any of the ado.net objects?
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is ado.net connection?