Hi,
I have a marqueein master page without any updatepanel .Am updating the content of marquee from content page but it does not reflect. e.g:
((HtmlGenericControl)Master.FindControl("maq1")).InnerText =" fdf fgf gf";
Thanks.
Hi , here is the marquee code in master page. <div> <marquee direction="left" id="maq1" runat="server" behavior="alternate" loop="true" scrollamount="2" align="center" onmouseover='this.stop()' onmouseout='this.start()' style="width: 917px; height: 20px"> </marquee> </div>
thanks.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.