I have an aspx page with a usercontrol say UC1. UC1 is using another usercontrol say UC1.1 and other controls like dropodown, date picker, cute editor etc. I want to get conrols of UC1 in the button click of UC1.1. How can this be achieved?
Share
In
UC1.1we can get the usercontrolUC1. Gave these code inUC1.1: