Hi
I have a label control i.e lblTotal in a usercontrol, this usercontrol is in master page.
I have a aspx page i.e mypage.aspx which is using above master page. And I have another user control within mypage.aspx i.e myusercontrol.ascx, I need to access lblTotal from myusercontrol.ascx page.
Thanks for your help
MOhan