0
votes
0answers
8 views
AJAX Control Toolkit Calendar Extender v2.0.50727, script timeout
I have a repeater with 400+ AJAX calendar extenders embedded in a repeater. The appears to be too many for IE 8 to render/initilize before it times out, any suggestions on how to get this work without …
0
votes
2answers
41 views
Could not load file or assembly ‘AjaxControlToolkit’ after upgrade to .net 4.0
I have a web application that I am attempting to upgrade to .net 4.0.
I took the application and opened it via Visual Studio 2010 Beta 2 and selected the upgrade path for that application. The …
0
votes
2answers
48 views
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 …
1
vote
1answer
21 views
Ajax Accordion and IE8 rendering problem
I have an accordion control that is generated in code. Earlier today it stopped rendering correctly in IE8. It would function ok, but sometimes the layout would get corrupted, and all kinds of weird …
0
votes
1answer
60 views
Best open-source javascript tree?
Could you propose open source, but commercial-friendly licensed (non-GPL) Javascript trees?
Please take into account that I need it for an existing Web application, so I am not sure whether other …
0
votes
1answer
36 views
Add an Editor control dynamically inside of a repeater using AJAX
I'm looking for a way to add an Editor control (from the ASP.NET AJAX Control Toolkit) to each element of a repeater. It's working fine if I just include it in the ItemTemplate of the repeater, but …
1
vote
1answer
23 views
Virtual Directory and ASP.NET AJAX
Hi, I have setup a virtual directory in one of my websites but the updatepanels are not taking effect, they are still reposting the whole page. The problem seems to be the virtual directory because I …
0
votes
1answer
16 views
asp.net ajax updated the controltoolkit version resolves in error
hello,
since i switched computers i copied the solution and thought it was a nice time to change the ajaxtoolkit.dll with a new version. so i downloaded the latest version and added the reference. …
0
votes
0answers
8 views
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 …
0
votes
1answer
13 views
ValidatorCalloutExtender Alert box
Is there any way to make a ValidatorCalloutExtender popup a standard alert box?
0
votes
1answer
25 views
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 …
0
votes
2answers
83 views
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 …
0
votes
0answers
16 views
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 …
2
votes
2answers
110 views
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 __/__/____?
0
votes
2answers
45 views
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 - …
