Parser Error

Last post 07-28-2008 5:53 AM by pyu.agrawal. 1 replies.

Sort Posts:

  • Parser Error

    07-27-2008, 2:22 PM
    • Member
      8 point Member
    • AlvinS62
    • Member since 06-29-2008, 8:12 PM
    • Posts 8

    The SQL issue seems to be solved for the moment.  The error I now get is as follows:

    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: Unknown server tag 'Club:RolloverButton'.

    Source Error:

    Line 124:                                    <p>
    Line 125:                                    </p>
    Line 126:                                    <Club:RolloverButton runat="server" ValidationGroup="Login1" Text="Login" ID="LoginButton" CommandName="Login" />
    Line 127:                                    <p>
    Line 128:                                    </p>

    Source File: /default.aspx    Line: 126

    Any idea what is causing this? The website works on my local machine.
    Thank you

    Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433

  • Re: Parser Error

    07-28-2008, 5:53 AM
    • Member
      628 point Member
    • pyu.agrawal
    • Member since 11-01-2007, 1:07 PM
    • Pune
    • Posts 194

    Hi AlvinS62,

    Probably, you have created a user control (Club: RollOver), but may have missed including the user control in your page.

    Just, in case you need, how to include a server tag:

    <%@ Register TagName="upPrg" Src="~/UpdtProgress.ascx" TagPrefix="UpdtPrg" %>

    Peeyush

    Do mark the most helpful reply/replies as "Answer".
Page 1 of 1 (2 items)