Hi.
I have:
Content page
Master page
usercontrol loaded on master page including liAmount
From content page, I want to change liAmount in my usercontrol at my masterpage.
How is this possible.
It would make sense if following would work;
((Literal)BasketAmount.Master.FindControl("liAmount")).Text = "1";