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.Tex t;
Thanks
Pete
way to automatically reverse this data flow, or do I need to write code like
this?
MyPerson.Name = NameTextBox.Tex t;
Thanks
Pete
Comment