Greetings,
Is there a way to bind a text box to property in a class. This is what I tried but it didn't work:
txtName.DataField = clsCustomer.Name
I would like this to work so that when clsCustomer.Name changes the text box is automatically updated, and when txtName.text changes then clsCustomer.Name is automatically updated...
Thanks,
--bill
Is there a way to bind a text box to property in a class. This is what I tried but it didn't work:
txtName.DataField = clsCustomer.Name
I would like this to work so that when clsCustomer.Name changes the text box is automatically updated, and when txtName.text changes then clsCustomer.Name is automatically updated...
Thanks,
--bill