G
Great
This code is written by Visual studio 2005, language is VB.
It has errors and written after clicking the "Source" tab.
-------------------------------------------------------------------
<%@ Page Explicit="true" Language="VB" Debug="true" %>
<html>
<body>
<form runat="server">
<asp:Label ID="Message" Text="I am flashy" runat="server"
borderstyle="Dashed" BorderColor="Black" Message.Backcolor=Drawing.color.yellow />
</form>
</body>
</html>
The line that begins with "Message" is wrong- Why??
Thanks all
Beginner
--------------------------------
It has errors and written after clicking the "Source" tab.
-------------------------------------------------------------------
<%@ Page Explicit="true" Language="VB" Debug="true" %>
<html>
<body>
<form runat="server">
<asp:Label ID="Message" Text="I am flashy" runat="server"
borderstyle="Dashed" BorderColor="Black" Message.Backcolor=Drawing.color.yellow />
</form>
</body>
</html>
The line that begins with "Message" is wrong- Why??
Thanks all
Beginner
--------------------------------