Display record from DataGrid one form to TextBox and ComboBox in another form

  • Thread starter Thread starter zleug
  • Start date Start date
Z

zleug

Guest
Hi All.

I have one form with DataGrid where each record row has button that open another form to edit the according record. Both form link to EF table. Now when I click the button the TextBoxes are populated by record values from DataGrid and ComboBoxes does not. How to get value in ComboBox also? I will appreciate for sample and explanation.

Thanks.

Continue reading...
 
Back
Top