-
-
-
Data Table in ADO.NET
What is Data table in .net and how it is different from table in database (sqlserver)
-
-
-
-
Can we connect two datareader to same data source using single connection at same time?
No, we cann't since once connection to database is opened must be closed before you reopen again .
-
-
-
-
-
Database Method
If we are not returning any records from the database, which method is to be used?
-
Database Access
Can we do database operations without using any of the ADO.net objects?This was an interview question
-
How can we retrieve the value which was selected from a combo box in a datagrid view.
The grid view consists of 3 columns which are combo Boxes. I want the string in the 1st column.
-
-
-
-
-
-
ADO.NET Interview Questions
Ans