1
vote
1answer
20 views
AjaxControlToolkit, ComboBox style
Hi again! I am with a little problem with the arrow image of a ComboBox control (AjaxControlToolkit).
I define this style:
.WindowsStyle .ajax__combobox_inputcontainer .ajax__com …
0
votes
0answers
13 views
Accordion events not launching in ASCX
have an AjaxControlToolkit Accordion control included in a custom UserControl.
I'm binding it to a datasource and on the itemDataBound I register a few controls as AsyncPostbacks. …
1
vote
2answers
100 views
Image.FromStream(PostedFile.InputStream) Fails. (Parameter is not valid.) (AsyncFileUpload))
I'm using an AsyncFileUpload (AJAX Toolkit) to upload images.
I have a Button which handle the image resizing.
This have worked fine for some time, but not anymore...
protected vo …
0
votes
0answers
16 views
AJAX control toolkit CalendarExtender date format
I expect it to be Thread.CurrentThread.CurrentUICulture.DateTimeFormat.ShortDatePattern if not specified explicitly in CalendarExtender.Format property but it's not. I don't set th …
4
votes
4answers
77 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 …
0
votes
1answer
35 views
Visual Studio 2005 + AjaxToolkit
Hello,
I have an ASP.NET Web application. I am building it with Visual Studio 2005. One of my user controls requires the AJAX Control Toolkit. For some reason though, my project w …
2
votes
2answers
27 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?
0
votes
0answers
100 views
ASP.Net Ajax AsyncFileUpload control not firing server side OnUploadCompleted event
Hi,
I am writing an application that requires a user to upload files to the server machine. All user interaction with the user is done via JQuery UI modal popups. I created a test …
0
votes
2answers
130 views
AsyncFileUpload *VERY* broken in the AjaxControlToolkit
Hi
I've just downloaded the new AjaxControlToolkit from codeplex to give the much anticipated AsyncFileUpload control a go, but unfortunately it has fallen at the first hurdle...
…
0
votes
2answers
142 views
AsyncFileUpload Control
I am using the new AsyncFileUpload control from the latest AjaxControl ToolKit.
My query is regarding the OnClientUploadStarted event which is fired before the upload is started. I …
1
vote
1answer
25 views
ASP.NET AJAX “as you type” functionality
Although this is FAQ i still couldn't find a suitable solution. I'd like to filter out a list (rendered with ListView control placed to UpdatePanel) as user types something in Text …
6
votes
6answers
232 views
Microsoft’s AJAX Toolkit vs. Ajax
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 h …
0
votes
1answer
25 views
Why Ajaxcontroltoolkit is creating folders like ar,cs,de
Hi all,
In have my application configured in asp.net.
I am using ajaxcontroltoolkit. After building the application, it creates lot of folders like ar,cs,de etc.... and it conta …
1
vote
0answers
26 views
System.Security.VerificationException: Operation could destabilize the runtime.
I get the above exception after downloading and trying to run the latest Ajax Control Toolkit.
I get the exception in ClientCssResourceAttribute.cs, line 28. Anybody else getting t …
0
votes
1answer
126 views
Bug in HTML Editor in ASP.net Ajax toolkit
I'm trying to validate the content of the HTML Editor using an ASP.net custom validator control. The idea is to check that some content has been input - the same way a required fi …
