What are the Different layers in ADO.Net?
Answer Posted / nina
1.Disconnected layer
2.Connected layer
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is the use of Dataview?
What is the default Timeout for SqlCommand.CommandTimeout property?
If we are not returning any records from the database, which method is to be used?
What is difference between datagridview and datagrid control in winforms?
Which object holds only data and does not interact with data source?
What is openrowset?
What is aggregating data ?
Explain sqlconnection object?
What are all the different methods under sqlcommand?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
how we can fire event in databound coulm in datagfrid withot using button?
Which property is used to check whether a DataReader is closed or opened?
Which database is the ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?