Questions tagged [toolkitscriptmanager]
27 questions
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…

Mlle 116
- 1,149
- 4
- 20
- 53
4
votes
2 answers
How to auto run executable in android after boot?
I have an executable in /system/bin which is compiled from a small C program.
I have root, and can run this executable successfully in Re explorer and Script Manager.
Tried init.d method to auto run this executable during boot, but system stuck at…

Wood
- 41
- 1
- 1
- 2
3
votes
1 answer
AJAX SciptManager causing problems
I'm trying to get a ScriptManager working in .NET 3.5 but getting a scriptmanager exception. I've just removed all of the UpdatePanels from the page and refactored everything into UserControls so the page is no longer written like a VB5 app. The…

Echilon
- 10,064
- 33
- 131
- 217
2
votes
0 answers
Could not load type 'System.Web.Script.AjaxFrameworkAssemblyAttribute' from assembly 'System.Web.Extensions,
I recently switched to VS 2010. While using AjaxToolkit version=4.1.51116.0, I am getting run-time error :
Could not load type 'System.Web.Script.AjaxFrameworkAssemblyAttribute'
from assembly 'System.Web.Extensions, Version=4.0.0.0,
…

nitendra jain
- 433
- 4
- 8
- 16
1
vote
1 answer
ASP.net - C# - How to make it run faster ajaxToolkit : ToolkitScriptManager
I am using ajaxToolkit for my website. I want to make it run faster.
ASP.net Netframework 4.0 - C# - Microsoft Visual Studio 2010
The below config is my current config. Waiting your further suggestions.

Furkan Gözükara
- 22,964
- 77
- 205
- 342
1
vote
1 answer
AjaxControlToolkit download
I have a Visual Studio 2010 project which I am converting to Visual Studio 2015.
I have two questions:
The project is currently using AjaxControlToolKit 4.1.60501.0. Should I upgrade it to latest version AjaxControlToolkit 17.1.1? Would there be…

SilverFish
- 1,014
- 6
- 28
- 65
1
vote
1 answer
AjaxControlToolkit combine scripts Sys.Extended.UI undefined
I'm using the out-the-box script combining feature of the ajaxToolkit ToolkitScriptManager e.g:
This works fine, the script…

DGibbs
- 14,316
- 7
- 44
- 83
1
vote
2 answers
Calendar extender not working in ASP.NET
I am trying to add Calendar Extender using AJAX on my web application. I am trying to popup calendar on click of textbox. I have tried all steps as mentioned here in this example
I have redownloaded AJAX TOOLKIT 4.5 and pasted it in bin folder.
But…

mark
- 623
- 3
- 21
- 54
1
vote
2 answers
Why does it make a difference where I include the jQuery script file?
On my master page (for all pages in my site) I have a ToolkitScriptManager.
On my content page, there are a series of hyperlinks and divs for collapsible functionality.
The code to show/hide the panels work like the…

Matthew Jones
- 25,644
- 17
- 102
- 155
1
vote
0 answers
ToolkitScriptManager and Controls layout
2 questions.
I'm using vs2013 for web.
I try to add 2 combobox controls to the website but they appear on a new line.
I used google as always but didn't really found a good answer.
So my first question is, how do I successfully add 2 comboboxes…

CularBytes
- 9,924
- 8
- 76
- 101
1
vote
1 answer
'jquery' is not a valid script name. The name must end in '.js'
I know this has been asked a hundred times before, but alas, no solutions here work for this NuGet bug in VS2012. All I did was upgrade to the latest Ajax toolkit and my site is broken as a result.
I've tried uninstalling the NuGet package and…

MC9000
- 2,076
- 7
- 45
- 80
1
vote
1 answer
Only one instance of a ScriptManager can be added to the page: issue with Ajax Toolkit?
I am on visual studio 2012. I need to add in the CollapsablePanelExtender for my site. Because there is a ScriptManager on the MasterPage, I cannot figure out how I can add in the ToolkitScriptManager. When I try to use Scriptmanagerproxy, the…

GivenPie
- 1,451
- 9
- 36
- 57
1
vote
0 answers
AjaxControlToolkit Version=4.1.60501.0 - Error: AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts
I'm getting this error:
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 ToolkitScriptManager in…

Jim
- 11
- 3
0
votes
1 answer
ScriptManager fixed by ToolkitScriptManager
I know that in order to use most of the controls from the Ajax Control Toolkit, you need to include the ToolkitScriptManager control on your page, and it must be the Toolkit script manager, and not the standard script manager because the extended…

Jrud
- 1,004
- 9
- 25
0
votes
1 answer
AJAX Slideshow ASP.NET MVC 2 >> ToolkitScriptManager.cs Not Found!
I'm trying to implement an AJAX Slideshow within an ASP.NET MVC 2 application.
This is the error I get running the .aspx page with the AJAX slideshow is:
(sorry it is in Italian... 'Ricerca di' means 'Search for', 'non esiste' means 'Not…

Marco
- 3
- 3