Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

In my main page when I try to view the site I get this error:

 

ERROR CREATING CONTROL - BugRepeaters

 

//Forms Objects @1-F3759A36

protected BugsSearchDataProvider BugsSearchData;

protected HtmlInputButton BugsSearchDoSearch;

protected System.Web.UI.WebControls.PlaceHolder BugsSearchError;

protected System.Web.UI.HtmlControls.HtmlTable BugsSearchHolder;

protected System.Web.UI.WebControls.Label BugsSearchErrorLabel;

protected NameValueCollection BugsSearchErrors=new NameValueCollection();

protected System.Web.UI.WebControls.TextBox BugsSearchs_priorityid;

protected System.Web.UI.WebControls.TextBox BugsSearchs_description;

protected System.Web.UI.WebControls.TextBox BugsSearchs_assignment;

protected System.Web.UI.HtmlControls.HtmlSelect BugsSearchBugsOrder;

protected System.Web.UI.HtmlControls.HtmlSelect BugsSearchBugsDir;

protected System.Web.UI.HtmlControls.HtmlSelect BugsSearchBugsPageSize;

protected System.Web.UI.WebControls.Repeater BugsRepeater;

protected BugsDataProvider BugsData;

//End Forms Objects

 

 

 

<%@ Page language="c#" Codebehind="NewPage1.aspx.cs" AutoEventWireup="false" Inherits="eddy.NewPage1.NewPage1" %>

<%@ Import namespace="eddy.NewPage1" %>

<%@ Import namespace="eddy.Configuration" %>

<%@Register TagPrefix="CC" Namespace="eddy.Controls" Assembly="eddy"%>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...