What are the ADO.NET Controls?

Answers were Sorted based on User's Feedback



What are the ADO.NET Controls?..

Answer / 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

What are the ADO.NET Controls?..

Answer / 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

What are the ADO.NET Controls?..

Answer / chaitanya

i think dataAdaptercontrol,datasetcontrol

Is This Answer Correct ?    9 Yes 5 No

What are the ADO.NET Controls?..

Answer / sreenivaas

* SqlDataSource
* AccessDataSource
* ObjectDataSource
* DataSetDataSource
* XmlDataSource
* SiteMapDataSource

Is This Answer Correct ?    2 Yes 0 No

What are the ADO.NET Controls?..

Answer / sonika minocha

1. Connection
2. Data Adapter
3. DataSet (which cotain data tables and data Relations)

Is This Answer Correct ?    2 Yes 2 No

What are the ADO.NET Controls?..

Answer / rea

1.Gridview control
2.DataList control
3.Repeter control

Is This Answer Correct ?    3 Yes 16 No

Post New Answer

More ADO.NET Interview Questions

What are the parameters that control most of connection pooling behaviors?

0 Answers  


What is dataset and datatable in ado.net?

0 Answers  


What are the Different layers in ADO.Net?

7 Answers  


What is Data view?

0 Answers  


What are the major difference between classic ADO and ADO.NET?

0 Answers  






What is aggregate root?

0 Answers  


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?

0 Answers  


List all the steps in order, to access a database through ado.net?

0 Answers  


What is the role of the dataset object in ado.net?

0 Answers  


What providers does Ado.net uses?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


Explain the ADO . Net Architecture ?

3 Answers  


Categories