I was having an issue with ModalPopup not displaying, It now displays but will not use background CssClass
I am also having an issue with Collapsible Panel, If I have it expanded at first, i can click and it will collapse, but it will not open. the same goes for when it is collapsed, I cannot re-open it.
I tried with Script manage and ToolScript Manager
I tried in different browsers
Sometime I had an issue if I had an error in my page with html or the SQL error; however, I used on a blank page where these were the only items, still not working all the way.
"Success is the Sum of Small Efforts, Repeated Day in and Day Out - Without Ceasing!"
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
I was having an issue with ModalPopup not displaying, It now displays but will not use background CssClass
I am also having an issue with Collapsible Panel, If I have it expanded at first, i can click and it will collapse, but it will not open. the same goes for when it is collapsed, I cannot re-open it.
I tried with Script manage and ToolScript Manager
I tried in different browsers
Sometime I had an issue if I had an error in my page with html or the SQL error; however, I used on a blank page where these were the only items, still not working all the way.
Without actual code to reproduce this issue or error message and call stack its difficult to know what the problem is. Can you at least provide some useful information that we can use to narrow down the problem. Right now we can just make guesses as to why
this things might happens. There could be any number of reasons.
With Regards,
Krunal Parekh
Krunal
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
// Name: Common.Common.debug.js
// Assembly: AjaxControlToolkit
// Version: 4.5.7.1213
// FileVersion: 4.5.7.1213
// (c) 2010 CodePlex Foundation
/// <reference name="MicrosoftAjax.debug.js" />
/// <reference name="MicrosoftAjaxTimer.debug.js" />
/// <reference name="MicrosoftAjaxWebForms.debug.js" />
(function() {
var scriptName = "ExtendedCommon";
function execute() {
var version = Sys.version;
if (!version && !Sys._versionChecked) {
Sys._versionChecked = true;
throw new Error("AjaxControlToolkit requires ASP.NET Ajax 4.0 scripts. Ensure the correct version of the scripts are referenced. If you are using an ASP.NET ScriptManager, switch to the ToolkitScriptManager in AjaxControlToolkit.dll.");
}
"Success is the Sum of Small Efforts, Repeated Day in and Day Out - Without Ceasing!"
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Participant
1906 Points
1206 Posts
Toolkit Issue
Aug 01, 2015 11:08 AM|Bobby-Z|LINK
I seem to be having an issue with the Toolkit
I have the latest version
Most of my Items are working or are half working
I was having an issue with ModalPopup not displaying, It now displays but will not use background CssClass
I am also having an issue with Collapsible Panel, If I have it expanded at first, i can click and it will collapse, but it will not open. the same goes for when it is collapsed, I cannot re-open it.
I tried with Script manage and ToolScript Manager
I tried in different browsers
Sometime I had an issue if I had an error in my page with html or the SQL error; however, I used on a blank page where these were the only items, still not working all the way.
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
All-Star
15252 Points
2074 Posts
Re: Toolkit Issue
Aug 03, 2015 04:38 AM|Krunal Parekh|LINK
Hello Bobby-Z,
Without actual code to reproduce this issue or error message and call stack its difficult to know what the problem is. Can you at least provide some useful information that we can use to narrow down the problem. Right now we can just make guesses as to why this things might happens. There could be any number of reasons.
With Regards,
Krunal Parekh
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Participant
1906 Points
1206 Posts
Re: Toolkit Issue
Aug 03, 2015 07:46 PM|Bobby-Z|LINK
I don't really know how code will help since I can find no errors in the code
I have the toolscript manager on the master page
When i click the button11 I get nothing,
On the same page I have a TabContainer that works perfectly, but Popups do not work at all
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Contributor
7095 Points
1966 Posts
Re: Toolkit Issue
Aug 04, 2015 01:42 AM|anuj_koundal|LINK
Hi Bobby-Z
I have tested your Ajax control toolkit code to create Ajax control toolkit Modal ModalPopup Exntender. This code is working absolutely fine and my end. There may be issue with other code you have used in your page. If possible please provide source code of complete page.
Asp .Net Tutorials | www.codingfusion.com
Bank IFSC Codes
Ajax Control Toolkit
All-Star
15252 Points
2074 Posts
Re: Toolkit Issue
Aug 04, 2015 10:44 PM|Krunal Parekh|LINK
Hello Bobby-Z,
What version you are using? as of v15.1 ToolkitScriptManager is Removed and you will need to use Script Manager.
Please see: https://ajaxcontroltoolkit.codeplex.com/wikipage?title=ToolkitScriptManager%20Removed%20in%20v15.1%2c%20Use%20ScriptManager&referringTitle=Documentation
With Regards,
Krunal Parekh
MSDN Community Support
Please remember to "Mark as Answer" the responses that resolved your issue.
Participant
1906 Points
1206 Posts
Re: Toolkit Issue
Aug 05, 2015 11:35 PM|Bobby-Z|LINK
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Participant
1906 Points
1206 Posts
Re: Toolkit Issue
Aug 05, 2015 11:51 PM|Bobby-Z|LINK
So now I have checked my html - Fine
I have tried using both ScriptManager and ToolkitScriptManager
AjaxTabContainer - Works Fine partly - when i postback it shows the content on the current tab along with content of default tab
I used a CollapsiblePanelExtender - works only to close the panel if default is collapsed = false, but then doesn't work
I added a modalPopupextender - Doesn't work at all, and makes CollapsiblePanelExtender Not Work at All even TextLabel doesn't show default messages
WatermarkExtender doesn't work, and when i use it it disables buttons.
[I created a blank page]
added only a modalpopup
when i press the TargetControlID Button I get a postback the modal panel displays briefly, then disappears.
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks
Participant
1906 Points
1206 Posts
Re: Toolkit Issue
Aug 06, 2015 06:43 PM|Bobby-Z|LINK
FIX:
Uninstalled using Package Manager Console
Removed reference from Web.Config
Closed,
Rebooted
Reinstalled
Works!
Currently Learning: ASP, SQL, CSS, JavaScript, AJAX, XML, XSLT, C# So please be patient with me! Thanks