View Single Post
  #1 (permalink)  
Old May 27th, 2004, 12:59 AM
yaip yaip is offline
Registered User
 
Join Date: May 2004
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Default Compiler Error Message: BC30456

I am getting the following error:

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: BC30456: 'dotForumDisplay_Paged' is not a member of 'ASP.forum_aspx'.

Source Error:



Line 20: </p>
Line 21: <p>
Line 22: <asp:datagrid id="dotForumDisplay" runat="server" BorderWidth="0" CellPadding="0" CellSpacing="0"
Line 23: Width="100%" AutoGenerateColumns="False" AllowPaging="True" PageSize="15" OnPageIndexChanged="dotForumDisplay_Paged"
Line 24: CssClass="forum">


Source File: http://localhost/SLDC_v_1_1/forum/forum.aspx Line: 22

What am I doing wrong?