|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Acces controls on aspx page from usercontrolsI'm trying to access a Label Control on my .aspx page from a User Control. But I don't manage it. Do somebody help me to do that ? My aspx is mypage.aspx a control label in it : <asp:Label id="myLabel" runat="server"></asp:Label> In ascx : How to fix the Text property of the label ID=mylabel. thanks a lot. fabrice > I'm trying to access a Label Control on my .aspx page from a User try parse a reference to the label into the usercontrol> Control. > But I don't manage it. > Do somebody help me to do that ? > > My aspx is mypage.aspx > a control label in it : > > <asp:Label id="myLabel" runat="server"></asp:Label> > |
|||||||||||||||||||||||