1
vote
2answers
19 views
ASP.NET AJAX Toolkit CalendarExtender not working C#
Hi guys,
I have a folowing problem:
I have a page where I need to create a lot of elements dynamically from the code behind. It obviously depends on what is passed from the databa …
0
votes
1answer
16 views
How to localizing Today text in ajaxToolkit:CalendarExtender ?
Hi All,
Is there any way to localize the Today text in ajaxToolkit:CalendarExtender?
This control localizes the day and month texts according to the culture but shows,
the curren …
0
votes
1answer
16 views
Update Panel and partial rendering and AsyncPostBackTriggers only firing the first time with AjaxControlToolkit:ComboBox
This should be a pretty simple thing to do with Update Panels, but I'm having troubles.
I want to update the updatePanelSelectedVendors on vendorsComboBox selection change, when th …
0
votes
1answer
26 views
MaskedEditExtender, dates and Globalization
I want to use the MaskedEditExtender to mask short dates. The problem is that I want to mask the field depending on the user language settings.
This is working for a lot of cases, …
0
votes
1answer
13 views
AjaxControlToolkit.CalendarExtender and System.Web.Extentions version error
I have VS 2005, 2008 on my dev box.
New project from other developers who only have 2005 installed. When I build it I get error.
Error 1 Indirect reference is being made to as …
0
votes
1answer
15 views
ASP.NET AJAX Toolkit Combobox: avoid the need to click ENTER twice to postback
Hi, im using a ComboBox for a feature in my application, and i have AutoCompleteMode="Suggest".
However, after i type in the textbox for a search, i need to press ENTER twice to p …
0
votes
1answer
18 views
Is it possible to move the “AutoComplete.vb” file out of the App_Code folder and into a new namespace/project?
When setting up the Ajax Control Toolkit's AutoComplete control, it creates an AutoComplete.asmx and a AutoComplete.vb file. The AutoComplete.vb file automatically ends up in the …
0
votes
1answer
34 views
AsyncFileUpload SerializationException
Hi to everyone,
I'm using the AsyncFileUpload control to upload images.
It works fine from loaclhost, but when I uploaded it on server I get the following error.
I can't even und …
0
votes
1answer
42 views
Why can’t I find the AjaxControlToolkit Html Editor Control using FindControl when it’s inside an AjaxControlToolkit ReorderList?
I have the latest release of the AjaxControlToolkit, and am using an AjaxControlToolkit Html Editor control inside an AjaxControlToolkit ReorderList. I need to be able to access t …
1
vote
1answer
63 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
1answer
183 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
0answers
16 views
Ajax Control Toolkit Calendar doesn’t show in IE8 when inside UpdatePanel
Hello,
I'm having this problem. When the calendar extender is outside an UpdatePanel, it works perfectly on IE8, however, when inside it, it doesn't show. Anybody having this iss …
1
vote
2answers
206 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
1answer
20 views
Disable drag and drop between two diferent ReorderLists from AjaxControlToolkit
I have several ReorderLists on a page.
Each list has items added to it via a postback, which updates the list.
PostBackOnReorder is true, and we have an event handler hooked up o …
0
votes
0answers
60 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 …
