Commented Issue: AjaxFileUpload control not working on IE9, Win 7 [27177]
I'm developing a site on .Net 4 on Windows 7 32-bit in VS2010. I've updated to the May 2012 version of the toolkit and tried using the ImageUpload of the HtmlEditorExtender, but whenever I try upload...
View ArticleCommented Issue: Tab container inside accordion - javascript tab select error...
with latest November update, tab container inside of an accordion is throwing a javascript error on page load trying to select tab. _setFocus: function (obj) { $get("__tab_" +...
View ArticleCommented Issue: AjaxFileUpload assumes no query strings already exist in...
When AjaxFileUpload post back it takes your page URL and appends onto the end of it it's own query strings (contextkey and guid). This works fine if your page URL doesn't already contain any query...
View ArticleCommented Issue: exception while using AjaxFileUpload in a page containing a...
add an ajaxFileUpload control in a page that required a query string select a file and click upload exception of type Uncaught Sys.ArgumentException: Sys.ArgumentException: Cannot deserialize. The data...
View ArticleCreated Issue: "PopupDiv" visible when you set HtmlEditorExtender Disable...
Issue occurs when you set "Enable = False" on HtmlEditorExtender.Tested in IE8 with and without Compability View.See the attached file.Code: <div> <asp:TextBox ID="txtObs" runat="server"...
View ArticleCommented Issue: "PopupDiv" visible when you set HtmlEditorExtender Disable...
Issue occurs when you set "Enable = False" on HtmlEditorExtender.Tested in IE8 with and without Compability View.See the attached file.Code: <div> <asp:TextBox ID="txtObs" runat="server"...
View ArticleCommented Issue: "PopupDiv" visible when you set HtmlEditorExtender Disable...
Issue occurs when you set "Enable = False" on HtmlEditorExtender.Tested in IE8 with and without Compability View.See the attached file.Code: <div> <asp:TextBox ID="txtObs" runat="server"...
View ArticleCreated Issue: MaskedEditValidator.cs exception doesn't cause an validation...
A date ending in all zeros doesn't cause an error in MaskedEdit validator. In short, 01/01/0000 should show the MinimumValueMessage but doesn't.<asp:MaskedEditValidator MinimumValue="01/01/1900"...
View ArticleCommented Issue: AjaxFileUpload assumes no query strings already exist in...
When AjaxFileUpload post back it takes your page URL and appends onto the end of it it's own query strings (contextkey and guid). This works fine if your page URL doesn't already contain any query...
View ArticleEdited Issue: Multiple AjaxFileUpload on same page fires allways the same...
When I have multiples AjaxFileUpload controls on the same page, the event fired is always the same.<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default2.aspx.cs" Inherits="Default2"...
View ArticleCreated Issue: AjaxFileUpload saving uploaded file to byte array [27180]
First i would like to apologize since this is not exactly an issue, it is just that i can find no other place to ask about this or find any existing information about my problem, and since this control...
View ArticleCommented Issue: AjaxFileUpload saving uploaded file to byte array [27180]
First i would like to apologize since this is not exactly an issue, it is just that i can find no other place to ask about this or find any existing information about my problem, and since this control...
View ArticleCommented Issue: AjaxFileUpload assumes no query strings already exist in...
When AjaxFileUpload post back it takes your page URL and appends onto the end of it it's own query strings (contextkey and guid). This works fine if your page URL doesn't already contain any query...
View ArticleCommented Issue: custom MasterPage ID breaks HtmlEditorExtender [27157]
(Using MAY 2012 ASP.NET 3.5 AJAX Toolkit release, IE7) When using a MasterPage, if you set the ID then the HtmlEditorExtender "popupDiv" always displays.Ex:on MasterPage codebehind:protected void...
View ArticleCommented Issue: custom MasterPage ID breaks HtmlEditorExtender [27157]
(Using MAY 2012 ASP.NET 3.5 AJAX Toolkit release, IE7) When using a MasterPage, if you set the ID then the HtmlEditorExtender "popupDiv" always displays.Ex:on MasterPage codebehind:protected void...
View ArticleCommented Issue: custom MasterPage ID breaks HtmlEditorExtender [27157]
(Using MAY 2012 ASP.NET 3.5 AJAX Toolkit release, IE7) When using a MasterPage, if you set the ID then the HtmlEditorExtender "popupDiv" always displays.Ex:on MasterPage codebehind:protected void...
View ArticleCommented Issue: "PopupDiv" visible when you set HtmlEditorExtender Disable...
Issue occurs when you set "Enable = False" on HtmlEditorExtender.Tested in IE8 with and without Compability View.See the attached file.Code: <div> <asp:TextBox ID="txtObs" runat="server"...
View ArticleCommented Issue: "PopupDiv" visible when you set HtmlEditorExtender Disable...
Issue occurs when you set "Enable = False" on HtmlEditorExtender.Tested in IE8 with and without Compability View.See the attached file.Code: <div> <asp:TextBox ID="txtObs" runat="server"...
View ArticleCreated Issue: HtmlEditorExtender does not dynamically load well in an update...
When loaded dynamically in a placeholder, the control is not rendered properly.It works well without the updatePanel <asp:UpdatePanel ID="UpdatePanel1" runat="server" ChildrenAsTriggers="true"...
View ArticleCommented Issue: HtmlEditorExtender does not dynamically load well in an...
When loaded dynamically in a placeholder, the control is not rendered properly.It works well without the updatePanel <asp:UpdatePanel ID="UpdatePanel1" runat="server" ChildrenAsTriggers="true"...
View Article