Hi,
i have an ascx file named mytestcontrol.a scx.
it has reference to another ascx control as below.
[HTML]<%@ Register Src="myControl. ascx" TagName="myCont rol" TagPrefix="uc" %>
....
......
<uc:myControl ID="myControl1 " runat="server" />
[/HTML]
i have a javascript inside mytestcontrol.a scx.
In this script function i need to set the text of one of the label control in myControl.ascx to "mylabletes t".
thanks
ml
i have an ascx file named mytestcontrol.a scx.
it has reference to another ascx control as below.
[HTML]<%@ Register Src="myControl. ascx" TagName="myCont rol" TagPrefix="uc" %>
....
......
<uc:myControl ID="myControl1 " runat="server" />
[/HTML]
i have a javascript inside mytestcontrol.a scx.
In this script function i need to set the text of one of the label control in myControl.ascx to "mylabletes t".
thanks
ml
Comment