控件的ID在.cs文件中无法识别是这么回事?
在页面内(内容页)添加了DropDownList和TextBox控件,但在其.cs文件中无法识别,当写上他们的ID时运行会出错,为什么?
------解决方案--------------------你用的是2003还是2005?
------解决方案--------------------用了什么id?不会是关键字吧?
------解决方案-------------------- <%@ Page Language= "C# " AutoEventWireup= "true " MasterPageFile= "~/CommonPage/AddEditView.Master "
Codebehind= "CalendarActAddEdit.aspx.cs " Inherits= "Nursery.CalendarAct.CalendarActAddEdit " %>
看一下 Inherits和你的.CS中的类是不是一致