In my project, I have two usercontrol named controlA, controlB. In controlA contains two usercontrols and controlB contains one usercontrol.
In codebehind file I need a control for controlA usercontrol to controlB. How can access the ControlA usercontrol to controlB Codebehind. For this I created get set property for controlA usercontrol in controlB codebehind.How to set the reference for that to access the specific control in controlA to controlB.