I have two sibling user controls having one TextBoxes each. I need to create a two way binding between these two TextBoxes.
The content posted here is close to my requirement but it describes binding in two controls one in a user control and other in user control's parent. In my case, both the binding controls are in two different user controls, which have a common parent.
Does anyone have an idea about it?