DataGridView and combobox

shers

Well-known member
Joined
Aug 12, 2007
Messages
86
Programming Experience
1-3
Hi,

I have a datagridview in my Windows form in VB.Net. This datagridview has two combo box columns and one text box column. The combo box columns are populated from an xml file. When I pick values in the combo boxes, I would like to display the corresponding value in the text box column from a database table. Can this be accomplished?

Thanks
 

Latest posts

Back
Top