“/”应用程序中的服务器错误。

编译错误

说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。

编译器错误消息: CS0117: “website”并不包含“Repeater1”的定义

源错误:


行 60:     {
行 61:         DataSet ds = db.GetDataSet("select * from web_info where smallclassid=11 and p_see=1 order by p_order,id", "web_info");
行 62:         this.Repeater1.DataSource = ds;
行 63:         this.Repeater1.DataBind();
行 64:     }

源文件: d:\freehost\zf0121\web\website.aspx.cs    行: 62






版本信息: Microsoft .NET Framework 版本:2.0.50727.9174; ASP.NET 版本:2.0.50727.9175