-
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.
-
What is difference in Record set and Dataset
Recordset provides data one row at a time.Dataset is a data structure which represents the complete table data at same time.Recordset has the logic to update and manipulate dataDataset is just a data store and manipulation is done through DataAdapters in .NET.