Using VB.Net
Am new to vb.net, Am using datagridview
DataGridview
ID Name ComboboxColumn
001 Raja
002 Ravi
003 Suresh
...,
"Save" - Button
In a Datagridview am Using combobox column in a third column
Suppose If i select the value from the combobox, then i Press the save button means, The Datagridview column value should save in the table.
If am not selected the value in the combobox, the ID and Name should not save in the table.
How to make a query or code for this condition?
Need vb.net code Help