Commented Issue: Ajax HTMLEditorExtender Does Not Seem To Work Within...
I have tried to use an HTMLEditorExtender inside both EditItemTemplate and InsertItemTemplate in DetailsView. The Textbox does not render properly (wrong colors) and the buttons also do not render...
View ArticleCommented Issue: System.NullReferenceException: Object reference not set to...
From time to time, my clients gets this error.System.NullReferenceException: Object reference not set to an instance of an object. at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue...
View ArticleCommented Issue: TabContainer throws exception in user control with Nov...
A user control contains a tabcontainer. When aspx page loads, the user control is not visible. Ajax toolkit script function tries to set focus on tabcontainer and it throws exception : "Can't move...
View ArticleCommented Issue: Problem with tabcontainer in IE8 [27201]
Hello, My team and me have developped a control using some ajax controls... The main control used is the tabcontainer containing 2-3 tabPanels.Our control is working perfectly in ie9, firefox, chrome,...
View ArticleCommented Issue: TabContainer throws exception in user control with Nov...
A user control contains a tabcontainer. When aspx page loads, the user control is not visible. Ajax toolkit script function tries to set focus on tabcontainer and it throws exception : "Can't move...
View ArticleCommented Issue: TabContainer OnActiveTabChanged event always fires [27081]
I recently installed the November release of the AjaxToolkit, and just discovered this bug (in production no less). It seems that OnActiveTabChanged is firing even when it ISN'T changing. It fires on...
View ArticleCreated Issue: Uncaught Sys.InvalidOperationException:...
Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: Two components with the same id 'BusRating_RatingExtender' can't be added to the application. it work fine if i make it without...
View ArticleCommented Issue: Uncaught Sys.InvalidOperationException:...
Uncaught Sys.InvalidOperationException: Sys.InvalidOperationException: Two components with the same id 'BusRating_RatingExtender' can't be added to the application. it work fine if i make it without...
View ArticleCommented Issue: AsyncFileUpload changes browser location when used in IFRAME...
If I have an aspx page (PARENT) which has an IFRAME tage who's src attribute point to another aspx page (CHILD) and on the CHILD page I have AsyncFileUpload control then after uploading a file clicking...
View ArticleCommented Issue: AsyncFileUpload issue with usage in an IFRAME [25583]
If you use an aspx page with the AsyncFileUpload control in the context of an IFRAME, I experienced the following issue:Page1------- IFRAME-----------------Page2 with AsyncFileUpload (AFU) controlif...
View ArticleCommented Issue: Ajax HTMLEditorExtender Does Not Seem To Work Within...
I have tried to use an HTMLEditorExtender inside both EditItemTemplate and InsertItemTemplate in DetailsView. The Textbox does not render properly (wrong colors) and the buttons also do not render...
View ArticleCommented Issue: Collapsible Panel not showing complete content [27130]
I have noticed a problem with the CollapsiblePanelExtender. I have a CollapsiblePanelExtender on a page that won't display it's contents even though the panel is expanded. The panel contains an update...
View ArticleCommented Issue: OnPreRender Problem with ModalPopupExtender [17122]
I have had a problem with the ModalPopupExtender that I couldn't work out. The error I was getting was very vague:Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while...
View ArticleCreated Issue: IE9 ModalPopupExtender DropShadow in FormView [27239]
When creating a ModalPopupExtender inside an EditItemTemplate, the DropShadow is not displayed in IE9. It works correctly in IE8.
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: 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: 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 ArticleCreated Issue: IE9 HtmlEditorExtender Clearing more line content after...
HtmlEditorExtender losing text content after postback if there were used more lines (2+) and there are missing Justify* actions in toolbar.Steps for reproduction:- Open your demo application...
View ArticleCommented Issue: HtmlEditorExtender OnUploadComplete event don't fire [27195]
Ajax Control Toolkit Version = 4.1.60501.0If URL with QueryString, HtmlEditorExtender OnUploadComplete event can't be fired.Comments: same to me when nested in a detailsview
View ArticleCreated Issue: Can't upload image in detailview when using HtmlEditorExtender...
When i try to upload an image in HtmlEditorExtender it fails. No error is reported, in my textbox i see only an empty <img src="">Its does not run in the HtmlEditorExtender_ImageUploadComplete...
View Article