I have DataGridView
with 2 columns:
Fname | Age
I need to show Age
in ComboBox
(that i can pick the age between 1 to 100).
When I press the button (save button for example) the Age value will be saved to the database. (I work with access)
Can i get any sample in C# for this?
Did you check MSDN? It has a good example at DataGridViewComboBoxColumn Class.