Server Error in '/ASPsample' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Type 'System.Web.UI.WebControls.Image' does not have a public property named 'marquee'.
Source Error:
Line 8: <form ID="form1" runat="server">
Line 9: <asp:Image ID="Image1" runat="server" ImageUrl="Image/Ads1.jpg" AlternateText="Image" ToolTip="This ia an Image" Width="100%" Height="150">
Line 10: <marquee direction="right" style="background-color:yellow;color:green;border:5px solid red">
Line 11: <h1> Welcome to ASP.Net Web Site</h1>
Line 12: </marquee>
|
Source File: /ASPsample/Default.aspx Line: 10
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.106.0