G
Guest
The following page.aspx is a very simple sample. But when I try to load it, it just prints 'ABCDED' as against making it a link. So, I was wondering if this file will first need to be compiled before being used. And if it needs to be compiled, how to do it? I have only .NET framework SDK. Don't have Visual Studio.NET yet.
Thanks in advance for any help.
<script runat="server">
Sub Page_Load
link1.HRef="http://www.w3schools.com"
End Sub
</script><html><body><form runat="server"><a id="link1" runat="server">ABCDEF</a></form></body></html>
Thanks in advance for any help.
<script runat="server">
Sub Page_Load
link1.HRef="http://www.w3schools.com"
End Sub
</script><html><body><form runat="server"><a id="link1" runat="server">ABCDEF</a></form></body></html>