ajaxcontroltoolkit

How to localizing Today text in ajaxToolkit:CalendarExtender ?

Hi All, Is there any way to localize the Today text in ajaxToolkit:CalendarExtender? This control localizes the day and month texts according to the culture but shows, the current date with the text Today like Today:noienbrie 20, 2009, here the month is localized but today is still in English. Please help me as i tried the internet bu...

ASP.NET AJAX Toolkit CalendarExtender not working C#

Hi guys, 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 can change, that's why I cannot do it static. What I have at the moment, is: I have statically created PANEL: <asp:Panel ID="...

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 start from the beginning, but it's not known until runtime how many need to be disabled from being reordered any further. I tried the e....

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 the error Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET ...

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 issues with this control. When the page loads, it does not collapse and when I click on the link to collapse/expand it just blinks and won't ...

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. ...

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)? ...

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? ...

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 will do that. somebody please help. ...

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 extender ajax control. When i click on the submit button, it should display that dropdownlist and checkbox are mandatory. ...

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" /> <ajaxToolkit:ModalPopupExtender runat="server" ID="popupViewQuestion" PopupControlID="panelViewQuestion" TargetControlID="buttonViewQuestionPopupCo...

AjaxControlToolkit.dll.refresh

What is the role of AjaxControlToolkit.dll.refresh file ? ...

Trouble switching to the beta ajaxcontroltoolkit

I wanted to switch to the beta version to see if it fixes a problem I have been having, so I downloaded it and put two dll files into my bin folder. I deleted the old references to these files in visual studio, and re-added them. When I run my program I get an error: Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET ...

ASP .NET - CollapsiblePanelExtender does not work in IE7

I am running the ASP .NET AJAX Toolkit 3.5. I have setup a panel with a collapsablePanelExtender and it works in Firefox 3.5 but not in IE7! In IE7 all the "collapsed" panels never shrink - activating the button does nothing. My code: <asp:ImageButton ID="btnA" runat="server" ImageUrl="~/Image/expand.gif" /> <asp:Panel ID="pnlA" run...

AjaxControlToolkit MaskedEditExtender - custom mask appearance

I'm using a MaskedEditExtender to show users what format they should use to enter a date into a textbox. How do I change the mask to be dd/MM/yyyy instead of __/__/____? ...

Switch my updatepanelanimationextender for a more suitable control for simply displaying a loading div/gif?

I have a hidden div that is pulled down over an updatepanel while it loads, using an updatepanelanimationextender. It's incompatible with some of the ajax.net stuff with the current version ajaxcontroltoolkit: <cc1:UpdatePanelAnimationExtender ID="UpdatePanelAnimationExtender1" TargetControlID="upnlCreatevisits" runat="server"> <Animati...

ASP .NET C# - Programmatically expand/collapse AJAX accordion panes?

Using .NET 3.5. How do I programmtically expand/collapse the panes contained within a AJAX accordion control? My page will have several accordions controls which I want to be able to mass expand/collapse with some buttons. UPDATE1 My final code solution looks like this: <script language="javascript"> function collapse_all(flag) { if...

AjaxControlToolkit confirm button extender asks twice

I've added a confirm button extender to a button, which is working except it's asking the question twice, regardless of if i click OK or cancel. Both OK and CANCEL code executes as expected. What can be causing it to pop up twice ? ...

ValidatorCalloutExtender Alert box

Is there any way to make a ValidatorCalloutExtender popup a standard alert box? ...

Is there any up-to-date documentation for AjaxControlToolkit?

Hi, I was discovering CollapsiblePanelExtender tutorial but then I found there is a better documentation in StackOverflow. Is there any documentation or even a book about AjaxControlToolkit that is up-to-date? ...