P
Peter Morris [Droopy eyes software]
DataBind() will move data from my source object into the GUI, but is there a
way to automatically reverse this data flow, or do I need to write code like
this?
MyPerson.Name = NameTextBox.Text;
Thanks
Pete
way to automatically reverse this data flow, or do I need to write code like
this?
MyPerson.Name = NameTextBox.Text;
Thanks
Pete