Avatar of Jesper Christensen
Jesper Christensen

asked on 

find control from usercontrol i my masterpage?

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";
C#Visual C++.NET

Avatar of undefined
Last Comment
Jesper Christensen

8/22/2022 - Mon