Free becks vier pint glass

Pho

Pho

Soldato
Joined
18 Oct 2002
Posts
9,324
Location
Derbyshire
Way to not disable error reporting :o

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'ASP.usercontrols_glasspromotion_ascx' does not contain a definition for 'ValidateDateOfBirth'

Source Error:

Line 65: <asp:TextBox CssClass="morepadd xsml" Text="MM" TabIndex="9" runat="server" ID="txtDateOfBirthMonth" MaxLength="2" />
Line 66: <asp:TextBox CssClass="morepadd sml" Text="YYYY" TabIndex="10" runat="server" ID="txtDateOfBirthYear" MaxLength="4" />
Line 67: <asp:CustomValidator ID="CustomValidator2" runat="server" OnServerValidate="ValidateDateOfBirth" Display="Dynamic" ErrorMessage="Please enter your date of birth">*</asp:CustomValidator>
Line 68: <br class="clearboth" />
Line 69:


Source File: c:\SITES\becks.co.uk\usercontrols\GlassPromotion.ascx Line: 67


Show Detailed Compiler Output:
Show Complete Compilation Source:
 
Back
Top Bottom