AjaxToolKit已添加但遇到“未知服务器标记”错误 [英] AjaxToolKit added but experiencing "unknown server tag" error

查看:87
本文介绍了AjaxToolKit已添加但遇到“未知服务器标记”错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨 -

我添加了asp.net控件AjaxToolKit(通过将dll放在BIN文件夹中)...但是当我在设计视图中查看页面时,它会抛出错误,如下所示并且不会渲染完全控制...

未知服务器标签'ajaxToolKit:Accordian'

(使用手风琴控制)

希望有人可以帮我解决这个问题吗?

谢谢!

解决方案

使用< @ Register指令在页面中注册标签,例如:

<% @ 注册 < font color ="#ff0000"size = 2>汇编 =" AjaxControlToolkit" 命名空间 =" AjaxControlToolkit" TagPrefix =" ajaxToolKit" % >


Hi -

I've added asp.net control AjaxToolKit (by placing dll in BIN folder)... but when I view the page in design view it throws and error as follows and does not render the control at all...

Unknown Server Tag 'ajaxToolKit:Accordian'

(Am using the accordian control)

Was hoping someone could help me resolve this?

Thanks!

解决方案

Is the tag registered in the page using the <@ Register directive such as:

<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajaxToolKit" %>


这篇关于AjaxToolKit已添加但遇到“未知服务器标记”错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆