7
votes
6answers
278 views
Microsoft’s AJAX Toolkit vs. jQuery
Our team has been using Microsoft's AJAX Toolkit since the days of Atlas. In a bit of naivety we missed the jQuery/Prototype phenomenon until a month or two back. Until now, we have always …
4
votes
4answers
95 views
Ajax with Asp.Net MVC?
I need to use few of the ajax control toolkit in asp.net mvc
say, Validator CallOut,ModalPopUp.
and even i need to put a gridview in an update panel?
can anybody give any valuable link so that i can …
3
votes
2answers
38 views
How to know the size of callbacks in ASP.NET AJAX?
Hi, I want to know the size of the callbacks that ASP.NET AJAX are doing. I'm using the ASP.NET Control Toolkit too. How can I do that?
2
votes
2answers
88 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 __/__/____?
2
votes
2answers
93 views
How to set AutoCompleteExtender to allow only values from autocompletion list?
Hi,
Does anybody know how using AutoCompleteExtender (from AJAX Control Toolkit) prevent user from entering anything not in suggested values?
2
votes
2answers
173 views
Combining scripts - Toolscript manager vs CompositeScript in 3.5
I've been using the toolscriptmanager included in the AjaxControlToolkit on my site. This one has a CombineScript attribute that tells the scripmanager to combine the necessary scripts from ajax …
2
votes
5answers
320 views
How can I optimize the Microsoft AJAX Toolkit?
This is rather infuriating. I'm trying to optimize a very large site, and I'm at the step of reducing HTTP Requests. Microsoft is not cooperating. I have the following ScriptResources included. …
2
votes
1answer
103 views
In-Place editing using Asp.net ajax
I am looking for a way to perform in-place editing on my webforms app. Here is a link for this behaviour using scriptaculous: http://wiki.github.com/madrobby/scriptaculous/ajax-inplaceeditor)
I am …
2
votes
2answers
3k views
“The Controls collection cannot be modified because the control contains code blocks”
I am trying to create a simple user control that is a slider. When I add a AjaxToolkit SliderExtender to the user control I get this (*&$#()@# error:
Server Error in '/' Application. The
…
2
votes
4answers
796 views
CSS Issue - ASP.NET Calendar picker
EDIT
With one of the below answers, I was able to correct this issue for the rendering within a table. I'm still seeing this issue within my ListViews. I've tried this CSS for the ListView, but it …
2
votes
2answers
484 views
Ajax Control Toolkit Date Picker - Is it possible to not have to select the day?
So I can set the date format on the Calendar Extender to it displays just the month, but you would still have to select the Year, then the Month, then the Day.
I would like to just select the Year, …
2
votes
1answer
573 views
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 custom javascript files into the ScriptResource.axd that the …
2
votes
3answers
838 views
AutoCompleteExtender control in a repeater
I have an AutoCompleteExtender AjaxControlToolkit control inside a repeater and need to get a name and a value from the web service. The auto complete field needs to store the name and there is a …
2
votes
3answers
130 views
What would make a callback request hang?
I am working on a project that uses the asp.net ajax control toolkit and all my callback requests are hanging till the request times out. When I step through the code all my code executes then the …
2
votes
1answer
921 views
Highlight text on a page after it is rendered
I have an app that lets the user search over a number of fields for a string, When they view the detail record, they would like all occurrences of the string to be highlighted.
The detail form is …
