Jump to content

Will Dixon

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by Will Dixon

  1. I am new at asp.net and found helihost. I was hoping it would work but it doesn't seem to. When I view the indes.aspx all I see is the source.

     

    <html>

    <body>

    <form name="login" runat="server">

    <asp:TextBox id="user" runat="server" />

    <asp:TextBox id="pass" TextMode="password" runat="server" />

    <asp:Button id="submitlogin" text="Login" onClick="Submit" runat="server" />

    </form>

    </body>

    </html>

     

    I am on the johnny server and I know that I don't have the Submit function in yet for the button. But I thought I would at least see the form. Am I programming it right or is the something I need to change. Please Help. Thanks in Advance

×
×
  • Create New...