Hi,
I am trying to achieve data binding between properties of two different classes. So if property of one class changes, the binded property of other class should update and vice versa.
But I did not find a proper solution. For now I am using a intermediate Label control which has an inbuilt data binding property but I don't want to use this as it has a constraint of putting this label on the Form. Because if the label is not visible on the form it doesn't give data binding facility.
More over I have to bind a lot of properties so it requires lot of labels which ends up in form taking time to load on screen.
Please suggest me some better way to achieve this.
Siddharth.Shinde