Top "Ajaxcontroltoolkit" questions

The ASP.

combine scripts in asp.net ajax toolkit

We are using version 3.0.20229.0 of the asp.net ajaxControlTookKit (before .net 3.5 sp1). I was wondering if I can combine our …

asp.net ajax ajaxcontroltoolkit
Link OnClick code behind does not execute when set as ModalPopupExtender TargetControlID

I did a lot of searching and cannot figure this out. I have a ModalPopupExtender pop-up that I want to …

c# asp.net ajax asp.net-ajax ajaxcontroltoolkit
How to localizing Today text in ajaxToolkit:CalendarExtender?

Is there any way to localize the Today text in ajaxToolkit:CalendarExtender? This control localizes the day and month texts …

localization ajaxcontroltoolkit calendarextender
AJAX Control Toolkit auto-complete appearing behind the modal popup

I've got a problem with the AutoCompleteExtender inside the AJAX Control Toolkit which I just can't seem to get to …

html css ajaxcontroltoolkit
Change text in TextBox outside of UpdatePanel

I have a gridview inside an UpdatePanel (the gridview is showing in a popup). On click of a select button …

c# asp.net asp.net-ajax updatepanel ajaxcontroltoolkit
Ajax Control Toolkit HTML Editor Customization Problem?

How to Change default setting for ACT HTML Editor? I want to load editor with for example Selected Bold Button …

c# asp.net ajaxcontroltoolkit text-editor html-editor
CollapsiblePanelExtender set collapsed

I am using a CollapsiblePanelExtender in the AjaxToolkit 3.5 to show/hide search filter options. I want the CollapsiblePanelExtender to be …

asp.net-ajax ajaxcontroltoolkit
Ajax Control Toolkit is loading too many script resources

I created a new project. I installed Ajax Control Toolkit from NuGet. Then I created a new page aspx with …

asp.net ajaxcontroltoolkit webresource.axd scriptresource.axd
AsyncFileUpload file size limit

When I was using AsyncFileUpload to upload 100KB image, I got no error message., but image not uploaded. I can …

asp.net asp.net-ajax ajaxcontroltoolkit
How do I stop HtmlEditorExtender encoding html in postback?

I have a user control that contains a text box, an HtmlEditorExtender, and a button. The user control is loaded …

asp.net ajaxcontroltoolkit html-editor loadcontrol