Questions tagged [ajaxcontroltoolkit]

The ASP.NET AJAX Control Toolkit is an open-source project built on top of the Microsoft ASP.NET AJAX framework.

The ASP.NET AJAX Control Toolkit is a classic set of ASP.NET WebForms extensions. It has been used in a huge number of existing projects and remains popular till now. The Toolkit contains more than 40 controls, including the HtmlEditor, Accordion, AutoComplete, Calendar and ColorPicker controls integrated with the Visual Studio design time.

The project started as a joint effort between Microsoft and the ASP.NET AJAX community, but from September 2014 the project has a new owner, which is DevExpress.

2320 questions
10
votes
3 answers

Postback trigger for button inside a usercontrol in Updatepanel

I have a user control placed inside an update panel, ie like this.
Mahesh KP
  • 6,248
  • 13
  • 50
  • 71
9
votes
2 answers

AjaxControlToolkit.ToolkitScriptManager is not available in version 16.1.1.0

I was facing a problem with backspace button while using MaskedEditExtender, that's why I upgraded the AjaxControlToolkit from v 4.1.60919.0 to the latest version n 16.1.1.0. But now I am facing a new error, we were implementing the…
9
votes
1 answer

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 following code:
POIR
  • 3,110
  • 9
  • 32
  • 48
8
votes
4 answers

AjaxControlToolkit NoBotState is always InvalidBadResponse

I am trying to implement AjaxControlToolkit NoBot but I always get false from IsValid() method (the state value is always InvalidBadResponse). Am I missing something here? ASCX code: // buttons, textboxes etc.
1110
  • 7,829
  • 55
  • 176
  • 334
8
votes
3 answers

Javascript in update panel doesn't work after partial postback

Mark
  • 2,720
  • 15
  • 56
  • 87
8
votes
4 answers

ASP.NET - Store Temporary Files

I have a web form that allows users to upload files while opening a ticket in our system. The upload is done using the "ajax control toolkit" asyncFileUpload control. The idea is to have files saved to a temp directory and only save them to the…
summerbulb
  • 5,709
  • 8
  • 37
  • 83
8
votes
9 answers

AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts

Can anyone have a solution for this issue Microsoft JScript runtime error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the…
saknet
  • 377
  • 3
  • 5
  • 14
8
votes
2 answers

Moving Ajax toolkit scripts to the bottom of the page

I'm currently working on improving one of our sites PageSpeed insights score, at the moment we're hovering around 90, we'd like to break into the mid 90's if possible. One of the sticking points we have is that the Ajax toolkit script manager is…
DGibbs
  • 14,316
  • 7
  • 44
  • 83
8
votes
5 answers

ASP.NET modal popup, entirely from code behind?

What I am trying to do is create a bit of reusable code that can write a modal popup, either through javascript or using the ajaxcontrol toolkit all from the code behind. The modal would be a sort of login pop up for controlling access to more…
Jimmy
  • 9,686
  • 14
  • 59
  • 78
8
votes
6 answers

How can I make the modal popup scroll its contents with the page?

I've got a modal popup and when it loads contents that are taller than the browser height I am unable to scroll down to view the rest of the information. Instead the background can scroll but the popup won't. Instead I'd like to have the popup stay…
Middletone
  • 4,190
  • 12
  • 53
  • 74
8
votes
3 answers

AjaxControlToolkit 7.0123 breaks VS2012 Web Application Project

I have an existing VS2012 web application that has been running fine until I added in the latest AjaxControlToolkit (7.0123). Initially, I found that the installation broke the behaviour of the UpdatePanel - whereas before I could refresh a page…
Martin Robins
  • 6,033
  • 10
  • 58
  • 95
8
votes
11 answers

Microsoft Ajax Control Toolkit vs. jQuery

we are currently developing a couple of custom asp.net server controls. Now we'd like to add some Ajax support to some of them. Now basically there would be two options Microsoft Ajax & Microsoft Ajax Control Toolkit jQuery I worked already with…
Juri
  • 32,424
  • 20
  • 102
  • 136
7
votes
1 answer

Want to show Update Progress control on top of ModalPopExtender

I have a content page with an Update Panel and a Update Progress controls. The Update Progress control is properly displayed when the page posts back. I have now added a Modal Popup Extender to the page. When a post back is fired from the Modal…
Zaksh
  • 953
  • 2
  • 12
  • 29
7
votes
1 answer

VS 2008/AJAX Project Fails Under Stress

I've been working on a VB.NET/VS2008/AJAX/SQL Server project for over 2 years now without any real issues coming up. However, we're in the last week of our project doing some heavy stress testing and the project starts failing once I get about 150…
Bee Gates
  • 71
  • 1
7
votes
3 answers

Does DotNetNuke 6 support Ajax Control Toolkit?

Does anybody have successfully working module in DNN 6 with the Ajax Control Toolkit? My modules stopped working when we migrated from DNN 5.x to to 6.x. Modules compile without errors but I am getting client side script error: 'AjaxControlToolkit…
Andy
  • 429
  • 3
  • 9