HELP!!!

Discussion in 'ASP.NET / ASP.NET Core' started by wisemx, Jul 20, 2008.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi Doc,
    ASP.NET is very much a different animal from HTML but it does in part use HTML.


    My guess is you are using a form tag in a page that has a master page.
    You can not use a form in a child content page, the master contains the form in that case.


    If you get stuck I can look into the code for you, no charge.
    Salute,
    Mark
     
  2. Hello all! First of many posts here =) So I signed up and have my domain name and webmaster set up with DiscountASP.net so far so good until I try to go to my URL. And I get the following 'error'. Please help. I have limited knowledge with HTML. I use Visual Web Developer 2005 Express and FileZilla. I sign onto my URL and get this, What information do you gather from this. My URL is Doctor100K.com
    ALSO NOTE: 'line 10' is written in red.


    ----------------------------------------------------------------------------------------


    Server Error in '/' 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: Unexpected end of file looking for </form> tag.

    Source Error:

    Line 8: </head>
    Line 9:
    Line 10: <form id='form1' runat='server'>
    Line 11: <div>
    Line 12: <table border='0' cellpadding='0' cellspacing='0' style='width: 100%; height: 100%'>


    Source File: /default.aspx Line: 10

    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page