0
votes
1answer
12 views
AjaxControlToolkit.dll.refresh
What is the role of AjaxControlToolkit.dll.refresh file ?
0
votes
2answers
35 views
Why Ajaxcontroltoolkit is creating folders like ar,cs,de
Hi all,
In have my application configured in asp.net.
I am using ajaxcontroltoolkit. After building the application, it creates lot of folders like ar,cs,de etc.... and it contains …
7
votes
6answers
262 views
Microsoft’s AJAX Toolkit vs. jQuery
Our team has been using Microsoft's AJAX Toolkit since the days of Atlas. In a bit of naivety we missed the jQuery/Prototype phenomenon until a month or two back. Until now, we have always …
0
votes
0answers
17 views
ModalPopupExtender - programmatic changes made to the settings of the related Panel have no effect
I have a popup extender linked to a panel as illustrated by the markup below:
<asp:Button runat="server" ID="buttonViewQuestionPopupController" style="display:none" />
…
0
votes
0answers
10 views
Validationcallout extender
Hi All,
I am Using Ajax ValidatorCalloutExtender in my application to check for the validations.
Please do let me know how to validate the dropdown list and checkbox using validation callout …
0
votes
0answers
13 views
Ajax control toolkit Collapsable Panel is not expanding
Hi, I am using Ajax Control toolkit's collapsable panel extender to design a menu.
My requirement is to have a button called "Expand all", on clicking it all the Collapsable panel will open.
How i …
0
votes
0answers
7 views
Not Ajax-related controls in AjaxControlToolkit?
Why AjaxControlToolkit contains controls like DropShadow that are not related to Ajax really? Such controls just make use of JavaScript and does not send or receive any data to/from server?
0
votes
3answers
297 views
AsyncFileUpload Control
I am using the new AsyncFileUpload control from the latest AjaxControl ToolKit.
My query is regarding the OnClientUploadStarted event which is fired before the upload is started. Is there any way to …
0
votes
1answer
26 views
Is it possible to move the “AutoComplete.vb” file out of the App_Code folder and into a new namespace/project?
When setting up the Ajax Control Toolkit's AutoComplete control, it creates an AutoComplete.asmx and a AutoComplete.vb file. The AutoComplete.vb file automatically ends up in the App_Code folder. I …
0
votes
1answer
6 views
How to reset Calendar Extender for Ajax Control Toolkit to its default value which should be empty string (server side)?
How to reset Calendar Extender for Ajax Control Toolkit to its default value which should be empty string?
Reset to be server side.
0
votes
0answers
0 views
How to reset Cascading DropDownList for Ajax Control Toolkit to its default prompt text (server side)?
How to reset Cascading DropDownList for Ajax Control Toolkit to its default prompt text (server side)?
0
votes
1answer
36 views
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 …
1
vote
4answers
35 views
Calling multiple javascript functions on event
I'm using the ajaxcontroltoolkit and trying to call a couple of functions on a tab changed event.
I want to call more than one js function from my OnClientActiveTabChanged function but keep getting …
0
votes
1answer
40 views
Update Panel and partial rendering and AsyncPostBackTriggers only firing the first time with AjaxControlToolkit:ComboBox
This should be a pretty simple thing to do with Update Panels, but I'm having troubles.
I want to update the updatePanelSelectedVendors on vendorsComboBox selection change, when the gridview pages, …
0
votes
1answer
11 views
ASP.NET Ajax ReOrderList - Any way to disable specific items from being dragged and dropped?
I have an ajax controltoolkit reorderlist within an asp.net application.
I need to disable certain specific steps from being reordered. This has to be done dynamically. All steps are consecutive and …
