Group: Forum Members
Posts: 533,
Visits: 2K
|
Hi,
I created an user control which contains couple of controls. I have a public property exposed to allow read/write value from/to one of my internal control, e.g TextBox.
I also implemented IBusinessBindable interface to my user control for data binding. I am having problem that, when I change any value to this internal control interactively, it doesn't update back to datasource (Business Object).
What should I do?
Thank you
|