问题标签 [ajaxcontroltoolkit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
.net - 来自 Visual Studio 2008 的 .NET 2.0 中的 AjaxControlKit
我正在开发一个在 Visual Studio 2005 (.NET 2.0) 中开发的项目。我有 Visual Studio 2008 并在打开解决方案时将文件转换为旧框架。
但是该项目使用了一个 AjaxControlKit,我猜它在 ASP.NET 2.0 中默认不可用,因此它会引发一个错误,即在 2008 年转换和编译时缺少引用/库。
可以添加任何库/参考来解决这个问题吗?我在哪里可以找到它?
asp.net-ajax - CollapsiblePanelExtender 设置已折叠
我在 AjaxToolkit 3.5 中使用 CollapsiblePanelExtender 来显示/隐藏搜索过滤器选项。
我希望在页面首次加载时展开 CollapsiblePanelExtender,!Page.IsPostBack。
之后,我希望折叠 CollapsiblePanelExtender,因为这意味着他们要么提交了一些过滤器选项,要么将转到搜索结果中的另一个页面。无论哪种情况,我都希望 CollapsiblePanelExtender 被折叠。
有没有办法我可以做到这一点?
在按钮提交处理程序的代码隐藏中,我尝试添加:
CollapsiblePanelExtenderID.CollapsedSize = 0 CollapsiblePanelExtenderID.Collapsed = true
但这似乎不起作用。我还将它添加到处理分页的 lvProducts_PagePropertiesChanging 处理程序中。
asp.net-ajax - Configure asp.net site with ASP.NET Ajax Control Toolkit
I have an application that has been converted from VS2005 2.0 framework to VS2008 3.5 framework. I am attempting to add the ability to use the AjaxControlToolkit DLL [AjaxControlToolkit-Framework3.5SP1-DllOnly.zip] download only within my project. I have followed the configuration setups to get the project to build, and have not been successful in getting a control to load.
How do I install and use the ASP.NET AJAX Control Toolkit in my .NET 3.5 web applications?
and
I am currently running into an error after adding all the web.config settings to my web application.
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Source Error:
I imagine others have had this problem, but can't find any resources that will help me fix this. Thanks in advance for the help.
asp.net - UpdatePanelAnimationExtender:单击某些按钮时没有动画
我在页面上执行搜索时填充的 UpdatePanel 中有一个 GridView。当它被填充或页面改变时,它会执行一个淡入淡出动画。我还想执行其他更新 UpdatePanel 的操作,但我不希望这些操作执行这些淡入淡出动画。我在 ASP 论坛上找到的最接近的是:http ://forums.asp.net/p/1037038/1487096.aspx
该线程中提出的解决方案的问题是无法捕获更新和更新事件以进行动画处理。有任何想法吗?
谢谢,
缺口
c# - Ajax Control Toolkit AutoCompleteExtender 剥离零并产生幻像值
我正在使用Ajax Control Toolkit中的AutoCompleteExtender,它的行为很奇怪。
我的服务方法如下所示:
它工作正常,如果我在测试页面中使用值getEJMaps("00056", 4)调用它,我会得到以下结果:
这正是我想要的,但是当我将它绑定到TextBox并输入 00056 时,我得到了结果:
这显示了两个问题:
- 我的零点到底怎么了?我怎样才能让他们回来?
- 那些“240xx”数字是从哪里来的?xml 文档中甚至没有任何具有这些值的内容!
我对此完全感到困惑,请帮助我:)
asp.net - 如何组合 WebResource.axd 和 ScriptResource.axd 文件以减少对 ASP.NET 服务器的请求?
在我正在处理的网站上,页面生成 45 个外部 WebResource.axd 和 ScriptResource.axd 文件,因此浏览器必须请求所有 45 个引用。这是很多参考资料,所以我想知道是否有一种方法可以将所有这些请求合并为一个请求?我已经看到脚本管理器应该能够对此做一些事情,但我没有看到 WebResource.axd 和 ScriptResource.axd 文件的任何结果。
我将如何将这些全部结合起来?
asp.net - 如何防止在 ModalPopupExtender 中执行自动客户端验证?
我正在使用 ModalPopupExtender 显示一个模式弹出窗口,其中包含一堆输入控件和几个 EnableClientScript 设置为 true 的验证器。
我面临的问题是,客户端验证在显示模式弹出窗口后立即执行(通过客户端代码,而不是来自服务器)。
有没有办法防止这种情况?
asp.net - 显示浮动窗口的最佳 ajax 控件是什么?
阿罗哈,
我正在寻找一种浮动 div 类型的控件,以使用 ASP.NET 和 Ajax 在 aspx 页面上显示另一个(用户)控件。据我所知,Ajax Control Toolkit没有很好的覆盖控件。谁能指出我的解决方案?
asp.net - CollapsiblePanelExtender 在初始页面加载时不会一直打开
我正在使用 AjaxControlToolkit 中的 CollapsiblePanelExtender,当我单击它时它工作正常,但它不会在初始页面加载时一直扩展(扩展约 90%)。
我必须折叠它并手动展开它才能完全打开。
我没有设置 ExpandedSize 属性,因为面板内容是动态的。
有任何想法吗?
asp.net - HttpContext 和自动完成扩展器
我正在使用 Ajax 控制工具包中的 AutoComplete Extender。我有一个这个扩展器使用的网络服务。在 web 方法中,我需要访问empid
ASPX 页面中存在的值。我将此值放在HttpContext's
我的 ASPX 页面的 Items 集合中。
在网络方法中,我尝试使用
但是 Items 集合那里没有任何项目。这是由于自动完成扩展器控件正在执行的部分回发。
有人可以帮忙吗?