English 中文(简体)
ajax工具箱融合问题
原标题:ajax tool kit integration problem

how can i register my ajax tool kit, i downloaded a 3.5.40412.0 version(for 2008 and 2.0 dot net ) and integrated it as per the direction but after putting script manager to aspx page it says it doesn t recognize the tag do i need to register it if so then where and how can i register this to my project is it any thing to do with web.config

最佳回答

加上你,保留现有的内容,网络:

<compilation debug="true" strict="false" explicit="true">
   <assemblies> 
 <add assembly="AjaxControlToolkit"/>
   </assemblies>
</compilation>
<pages>
  <controls>
<add assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagPrefix="ajax" />   
  </controls> 
</pages>

举例说,假定票价将包裹,并部署到本部。 如果你是全球协进会,我会知道,我会更新。

问题回答

暂无回答




相关问题
AJAX Control Toolkit Collapsible Panel in SharePoint

I am trying to use the AJAX collapsible panel inside a user control which is loaded onto a Webpart in an AJAX enabled SharePoint site. I don t have any issues with using AJAX overal but I am having ...

ASP.NET AJAX Toolkit CalendarExtender not working C#

I have a folowing problem: I have a page where I need to create a lot of elements dynamically from the code behind. It obviously depends on what is passed from the database, but the number of elements ...

MaskedEditExtender, dates and Globalization

I want to use the MaskedEditExtender to mask short dates. The problem is that I want to mask the field depending on the user language settings. This is working for a lot of cases, but for example for ...

热门标签