Custom ajax control does not work after uppgrading from 4.1.60919 to 7.1213.0
I have a custom ajax control that i use for printing content on a html page.But after uppgrading the version of asp.net i get the following errorJavaScript runtime error:...
View Articlesanitizer section not recognized by web.Config under system.web
I have been following along several examples that supposedly work but mine keeps giving me the red line highlight. Here is my web.config:<?xml...
View ArticleSystem.InvalidCastException attempting to use HtmlEditorExtender
When I try using the editor extender, I get this error saying the following:System.InvalidCastException was unhandled by user code HResult=-2147467262 Message=Unable to cast object of type...
View ArticleAjaxFileUpload Not firing the OnUploadComplete on the Webserver
I've got a AjaxFileUpload that triggers code OnUploadComplete. It works fine at the localhost level, but when I build it to the Development webserver, the OnUploadComplete doesn't fire. I know this...
View ArticleHtmlEditorExtender image uploader does not work
What happens is when I click the Image button on the toolbar, it brings up the UI to select files for upload. I select what I want and click Upload. I get an error saying the temp path cannot be...
View ArticleAJAX MaskedEditExtender doesn't appear to work
I am using the AJAX Toolkit MaskedEditExtender to format some of my web form's textboxes. When I load the page and start to enter data into the textboxes, the masking doesn't show. Any ideas on why...
View Articleajax non of the controls works
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %><asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager>...
View ArticleAJAX HtmlEditorExtender doesn't work with latest chrome version
AJAX HtmlEditorExtender throws error in latest version of chrome (Version 36.0.1985.125 m) Uncaught TypeError: Failed to execute 'collapse' on 'Selection': parameter 1 is not of type 'Node'.
View ArticleHoverMenu: trigger onShow and onHide events for jquery script
Dear all,I have a ajaxToolkit:HoverMenuExtender that shows/hide a panel:<ajaxToolkit:HoverMenuExtender ID="HoverMenuExtender3" runat="Server" TargetControlID="imgbtnMore"...
View ArticleSys.ArgumentException: Cannot deserialize. The data does not correspond to...
I have a problem that relates to the ajax upload. I am using styles on a div to show/hide the panel these objects are inside of. When I hit my upload tool, I pick the file I want and click upload. I...
View ArticleFile Upload stops working after adding AJAX panel
Hi folks, using WebForms, apparently as soon as you add an AJAX panel where there is a file upload control it breaks. By moving the Submit button outside of the panel and setting it as a Trigger the...
View ArticleQuestion About ScriptResource.axd? Pages Created When Using Ajax Controls
Windows Server 2008 R2. IIS 7. Visual Studio 2012. AJAX Controls 7.1213.AFTER I installed the version 7.1213 Ajax toolkit, I notice when I run (in debug mode) my web site and a page comes up that...
View ArticlePage That Contains a Tab Control Errors Out Since Upgrading to 7.1213
Windows Server 2008 R2. IIS 7. Visual Studio 2012.I upgraded to 7.1213. When I work with the web site in the Visual Studio (in debug mode), everything runs fine. When I move the site to our IIS...
View ArticleExtededCalendar not working
i cannot get the calendar to work even after all the examples i found online. it works when i run the preview from my development machine but when i upload it to the server it does not work.<%@...
View ArticleModalPopup not showing (with AutoCompleteExtender)
Hello. I am developing an aspx in VB 2012 and this is connected in a master page.On this page, I have modalpopup, the panel that is connected to the popup has a textbox, an autocompleteextender and a...
View ArticleAjax Jquery + HTML Partial View and Error Message Handling
Perhaps someone has already asked this. I am new to ajax and would need assistance in handling and linking ajax jquery with MVC ModelState.AddModelError. I would like the message in...
View ArticleGet Error About Can't Find ScriptControlBase.cs
Visual Studio 2012. VBA.When stepping through code with the debugger, I get a tab that comes up telling me it canot find ScriptControlBase.cs and asking me to browse and find it. The only place I...
View ArticleValidatorCalloutExtender for Arabic Page
I am using AjaxControlToolKit ValidatorCalloutExtender on my web page(which is RighttoLeft page), the issue is that the callout popup is always displayed to the right of the textbox I would like to...
View ArticleCheck if user exists before proceeding. This is not working.
I think I am losing.We have a requirement. Before a user signs up for a new account, ask the user to select a username. As soon as mouse leaves the box, the value the user entered is verified against...
View ArticleJavascript Will Not Work on Page with Ajax Tab Control. Works on Page Without...
Visual Studio 2012.I have an ASPX page that has a masterpage behind it. So the page has all its elements between an <asp:content> and </asp:content>. I am using the Ajax control toolkit...
View Article