I have a combo box that shows 9 columns. How do I populate 9 textboxes with
the values from the 9 columns from the selected row?
Use a binding source and bind the listbox and textboxes to the same binding
source...
>I have a combo box that shows 9 columns. How do I populate 9 textboxes with
>the values from the 9 columns from the selected row?
JD - 30 Nov 2006 15:05 GMT
Thank you
> Use a binding source and bind the listbox and textboxes to the same
> binding source...
>
>>I have a combo box that shows 9 columns. How do I populate 9 textboxes
>>with the values from the 9 columns from the selected row?