I am in a situation where I want to access the property of a usercontrol on my aspx page. I have a property called "property1" defined in the UserControl.
So I want to do something like below in the code behind of aspx page.
UserControl.property1 = "bla bla bla";
Can any one help me out in this aspect?
