datagridview
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hello In my application i am having a datagridview with a combobox column and the data in the combobox is binded with a company table in database. and the display member field is binded with column "Company Name" and the Value field is binded with column "Company Id". When i click on the save button i like to save the selected display member and also the value field. Plz tell me how i can do this... Thanks in advance...