Ajax.Utility.RegisterTypeForAjax(typeof(Controls_login));提示找不到类型或命名空间名称“Controls
Controls_login是转到这个页面的类名. 是这样写的public partial class Controls_login : System.Web.UI.UserControl
可是却提示 找不到类型或命名空间名称“Controls_login”(是否缺少 using 指令或程序集引用?)
2008-04-18 09:31