“/ASP.NET练习2005Reset控件”应用程序中的服务器错误。
编译错误 说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。
编译器错误消息: CS0120: 非静态的字段、方法或属性“System.Web.UI.Control.Controls.get”要求对象引用
源错误:
行 13: reset3.Value = "Reset3";
行 14: // Clear the placeHolder control and add the Reset buttonto it.
行 15: PlaceHolder.Controls.Clear();
行 16: PlaceHolder.Controls.Add(reset1);
行 17: PlaceHolder.Controls.Add(new LiteralControl("<br>"));
他说在15行出错。没有PlaceHolder这个对象把大写P改为小写p就不会出错的但是并没有显示出我添加的控件。怎么才能有PlaceHolder这个对象出来