Click here to Skip to main content
15,891,423 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I have developed a website which contains Ajax Accordion control and it works fine in Google Chrome.But however when I try to open it in IE 6,IE 8 and Fire Fox Ajax Controls don't work.
What JavaScript should I write in default.aspx page to fix this issue.
I even tried to change the settings of IE 8 to solve compatibility issue,but it didn't work.
Kindly suggest.
Posted
Comments
Sandeep Mewara 30-May-11 14:11pm    
Did you try to DEBUG? This should not be the case in general.

1 solution

You didn't provide any code so it's hard to know what's going on. Did you use the ToolkitScriptManager or just the standard ScriptManager? If you just used the standard ScriptManager then try it with the ToolkitScriptManager since it was designed to load the correct javascript dependencies for the ajax toolkit
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900