Ajax工具包错误。 [英] Ajax toolkit error.

查看:91
本文介绍了Ajax工具包错误。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

<%@ Register Assembly =AjaxControlToolkitNamespace =AjaxControlToolkitTagPrefix =asp%>



i在ajax

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

i got these error in ajax

推荐答案

将ajaxtoolkit注册添加到Web配置。然后它将在任何页面或用户控件中可用。在编译部分后添加:



Add the ajaxtoolkit registration to the web config. It will then be available in any page or user control. Add it after compilation section:

<system.web>
    <compilation debug="true" targetFramework="4.0" />
    <pages >
      <controls>
        <add tagPrefix="ajaxControlToolkit" assembly="AjaxControlToolkit" namespace="AjaxControlToolkit"/>
      </controls>
    </pages>
  </system.web>





还记得添加对dll的引用。



Also remember to add a reference to the dll.






请参阅以下链接。



http://www.asp.net/ajaxlibrary/ act.ashx [ ^ ]



它将向您展示如何将ajax工具包添加到您的工具箱中。
Hi,

Please see the below link.

http://www.asp.net/ajaxlibrary/act.ashx[^]

It will shows you how to add ajax toolkit into your toolbox.


这篇关于Ajax工具包错误。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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