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
What is the usage of the dataset object in ado.net?
What are the uses of Stored Procedure?
What is sql command in ado net?
Define Execute Reader?
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
Explain what are the steps to connect to a database?
What is connection string?
What are the Features of a dataset
What is ole db query?
What is namespace in ado.net?
Can we connect two dataadapters to same data source using single connection at same time?
What is difference between sqldatareader and sqldataadapter?
What are all the different authentication techniques used to connect to MS SQL Server?
List all the steps in order, to access a database through ado.net?
What do you mean by performing asynchronous operation using command object?