Got it.
NewCollectionTextBox.DataBindings.Add(New Binding("Text", NewDynamicValuesBillingCompanyComboBox.DataSource, "CollectionPercent"))
Thanks anyway!
"Scott Meddows" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
>I have a combobox and a textbox on a form. I want to bind them in a "relational" way to a dataset.
>
> The dataset I'm returning has two columns (Source [string], CollectionAmount [Decimal]). I can populate the combobox with the
> list of Source, show to I get the textbox to change/update the datasource (Which I have in the combobox DataSource property) as I
> change the combobox value and update the value in the textbox?
>
> Thanks
>
|