Answer Posted / kiran madiraju
ADO.Net controls are
1/ SqlDataSource
2/ AccessDataSource
3/ ObjectDataSource
4/ DataSetDataSource
5/ XmlDataSource
6/ SiteMapDataSource
Apart from these a new data source is added in ADO.NET 3.5
which is
7.LinqDataSource
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
List all the steps in order, to access a database through ado.net?
If we are not returning any records from the database, which method is to be used?
What are the benefits of using of ADO.NET in .NET 4.0?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What is typed dataset ?
What we do with the object of ado.net dataset after using it?
Define data access layer?
What is ole in vb?
What is linq and entity framework?
Define table relations?
Compare Data Reader & Dataset in ado.net?
What are the objects of ado.net?
What is Dataset Object?
Why do we need ado.net?
How does entity framework work?