当前位置: 代码迷 >> ASP.NET >> 写了个继承AjaxControlToolkit Editor的控件类怎么在页面调用
  详细解决方案

写了个继承AjaxControlToolkit Editor的控件类怎么在页面调用

热度:8096   发布时间:2013-02-25 00:00:00.0
写了个继承AjaxControlToolkit Editor的控件类如何在页面调用。
RT,在APSX页面已经注册了该类的命名空间但是依然提示“未知服务器控件”,请问什么问题,参考这个文章写得,为什么我的不可以调用啊 http://www.cnblogs.com/sun8134/archive/2009/10/14/1583240急用!

------解决方案--------------------------------------------------------
有时提示不用管,直接编译运行就是了.
------解决方案--------------------------------------------------------
页面前面写
<%@ Register Assembly="MengxianHui.WebControls" Namespace="MengxianHui.WebUtil.WebControls" TagPrefix="mxh" %>
  相关解决方案