hey frnds i want to know that how to add Textbox entry into the dataGridView.
Suppose I have DataGridView with two Columns-
First Column--name
Second Column--marks.
On the Form--
I have a Combobox ,Two Textboxes ,Button,Gridvie w.
User select roll from combobox,Suppoe s he Select Rol number 1 ,I want that on button click Name & marks of Roll Number 1 are added to the DatatgridView.
Suppose I have DataGridView with two Columns-
First Column--name
Second Column--marks.
On the Form--
I have a Combobox ,Two Textboxes ,Button,Gridvie w.
User select roll from combobox,Suppoe s he Select Rol number 1 ,I want that on button click Name & marks of Roll Number 1 are added to the DatatgridView.