hi friends,
I m new to javascript and asp.net .
Is anyone knows what is the exact problem?
// This is asp.net snippet
<marquee id="marqueeLeft" class="marqueestyle" direction="up" onmouseout="this.start();" onmouseover="this.stop();"
scrolldelay="500" style="height: 99px; width: 100%;" >
<asp:PlaceHolder ID="LeftPlaceHolder" runat="server"></asp:PlaceHolder>
</marquee>
When I moved the pointer to this <marquee> tag.
It shows the error message "Validation (xhtml 1.0 transitional) element marquee is not supported".
When i run my web app it runs successfully
but it gives jscript error as System.Argument Exception as value for controls and behaviors must not be null.