Questions tagged [toolkitscriptmanager]

27 questions
0
votes
3 answers

Only one instance of a ScriptManager can be added to the page

I'm trying to add a ToolkitScriptManager to my page in order to use the AjaxControlToolkit. Here is my code: <%@ Assembly Name="$SharePoint.Project.AssemblyFullName$" %> <%@ Assembly Name="Microsoft.Web.CommandUI, Version=14.0.0.0, Culture=neutral,…
0
votes
1 answer

ModalPopupExtender does not show in aspx

i try to design a popup window in my aspx page. The problem is the page is reloaded and the popup not shown! here is the code aspx
0
votes
1 answer

PopupControlExtender

I am trying to add new asp.net page to already existing asp.net website which contain scriptmanager. On this asp.net page I am using "PopupControlExtender". So when I try to run website then it shows me error that "Use toolkitscriptmanager instead…
Vikas Shirke
  • 73
  • 2
  • 5
0
votes
1 answer

Data from WebService is not retained in page history

Here is my scenario: I am using a web service to pass back search results. To do this I am using ToolkitScriptManager with a ServiceReference to my web service and calling the web service up with javascript. The javascript call looks something like…
0
votes
0 answers

Ipython notebook "from mpl_toolkits.mplot3d import Axes3D" has Value Error

I started learning Python 4 months ago and nearly everything went perfect until I got an excercise, where I have to do 3d plots. For that I have to import mpl_toolkits.mplit3d, but I get this error: ValueError …
J.Doe
  • 11
  • 1
0
votes
1 answer

I am having error with ajax toolscript manager on shared hosting

My page is workin fine on other hosting but i am getting error on shared hosting. error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Description: An unhandled exception occurred…
Moiz
  • 475
  • 6
  • 18
0
votes
1 answer

Add ToolkitScriptManager to master page

Adding the ToolkitScriptManager to master page is enough for content pages? Or should I add ToolkitScriptManager to each and every page including master page.
user966398
  • 59
  • 3
  • 12
0
votes
1 answer

'Sys' Undefined error after published to Server

I'm having trouble with my project. I have a master page that 4 other pages use. On the other pages there is a script manager and below that in other div tags, I use the Ajax Accordion control and the Ajax Date Control extender on a textbox.…
Dewald Henning
  • 353
  • 5
  • 16
0
votes
1 answer

How do I make ToolkitScriptManager get a newer version of AJAX scripts?

I'm trying to upgrade the version of AjaxControlToolkit that we're using in a ASP.NET 3.5 project. It builds fine but when I load a page with an AjaxControlToolkit control on it gives the error: JavaScript runtime error: AjaxControlToolkit requires…
fortyCakes
  • 322
  • 1
  • 3
  • 14
0
votes
1 answer

Register OnClientItemSelected for a Dynamic AutoCompleteExtender

I have created a UserControl that contains the AjaxControlToolkit's AutoCompleteExtender. It works well when I have one or more statically designed instances on the same page. However, if one of these controls is added dynamically (say, within an…
Mat
  • 470
  • 7
  • 12
0
votes
1 answer

Only one instance of a ScriptManager can be added to the page

I am getting a bizarre error: Only one instance of a ScriptManager can be added to the page. When I found this bug originally, I noticed that I had a "ScriptManager" tag in one of my pages and an ajax:ToolScriptManager in the masterpage of that…
0
votes
2 answers

why AutoComplete Extender work very slow ASP.NET

Fixed: Missing Property CompletionInterval="0" I am testing functionalities of ajax autocomplete extender and webservices. And found that auto complete extender take a while to fetch the data and display. I don't have database connection or…
1
2