Tuesday, June 17, 2014

accessing value of a usercontrol on a page ( if usercontrol is registered on master page)

((UserControl)this.Master.FindControl("uxRight")).Visible = false;

No comments:

Post a Comment