-
Data Table in ADO.NET
What is Data table in .net and how it is different from table in database (sqlserver)
-
-
-
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.
-
How to update a column in DataGrid using C#
I am getting InvalidCastException as (Specified cast is not valid) while updating 2nd column in a datagrid? Id,firstname,lastname are the three columns of my datagrid respectively. I wanted to edit the second column(lastname) and update it. I did the following code in DataGrid's updatecommand(),but failed to update ! Int varid=(int)DataGrid1.DataKeys[e.Item.ItemIndex]; TextBox lnm=(TextBox)e.Item.Cells[2].Controls[0];...
-
-
-
-
-
Transaction Processing Namespace
What is the namespace within the Microsoft .Net framework which provides the functionality to implement transaction processing called as?
-
-
-
-
What is the basic difference between Dataset and Typed Dataset ?
When would you use Typed dataset?
-
What is difference in an Abstract Class and an Interface.
Abstract class can contain method definations also.Interfaces are essentially having all method prototypes no definitionIn short Interface is a abstract class having all methods abstract
-
-
-
-
-
ADO.NET Interview Questions
Ans