S
Scott Meddows
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
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