A
Allan Bredahl
Hi all
I have a form containing a DataRow object representing e.g. data for a
customer with the following columns : name, address, workaddress
This form contains two TextBoxes an one ComboBox : txtName, txtAddress and
cmbWorkAddress
I want to be able to make a databinding between the specific records/columns
in the datarow and the three Controls on the form.
e.g. txtName.DataBindings.add("Text", customerRow, "name")
Thids doesn't seem to work, but what is the right way to do this
Thanks in advance
Allan
I have a form containing a DataRow object representing e.g. data for a
customer with the following columns : name, address, workaddress
This form contains two TextBoxes an one ComboBox : txtName, txtAddress and
cmbWorkAddress
I want to be able to make a databinding between the specific records/columns
in the datarow and the three Controls on the form.
e.g. txtName.DataBindings.add("Text", customerRow, "name")
Thids doesn't seem to work, but what is the right way to do this
Thanks in advance
Allan