I am using Ajax Control Toolkit in my web application. The problem is, the controls are fine with IE but they are not functioning in other browsers. Can anyone help tell what the exact problem is?
AFAIK, they should work in most browsers. Is it all of the controls or is it specific ones? In addition, what exactly is the problem or problems, if you have different issues?
Thanks
Carsten
Please click Mark as Answer if this post is of help to you. :-)
I am using alwaysvisible control and accordian pane. alwaysvisible control is not scrolling it is fixed at bottom right position on the screen and about accordian pane, first pane is on the screen but on clicking header of other panes contents are not displaying
(collapsing and extending is fine). Both the problems i am facing is in firefox and google chrome. IE is fine.
zafarthesult...
0 Points
3 Posts
Controls not working in firefox and google chrome
Nov 29, 2009 06:23 AM|LINK
Dear members,
I am using Ajax Control Toolkit in my web application. The problem is, the controls are fine with IE but they are not functioning in other browsers. Can anyone help tell what the exact problem is?
integrasol
Star
12155 Points
2355 Posts
Re: Controls not working in firefox and google chrome
Nov 29, 2009 12:00 PM|LINK
AFAIK, they should work in most browsers. Is it all of the controls or is it specific ones? In addition, what exactly is the problem or problems, if you have different issues?
Carsten
Please click Mark as Answer if this post is of help to you. :-)
My Blog
zafarthesult...
0 Points
3 Posts
Re: Controls not working in firefox and google chrome
Nov 29, 2009 12:51 PM|LINK
I am using alwaysvisible control and accordian pane. alwaysvisible control is not scrolling it is fixed at bottom right position on the screen and about accordian pane, first pane is on the screen but on clicking header of other panes contents are not displaying (collapsing and extending is fine). Both the problems i am facing is in firefox and google chrome. IE is fine.
integrasol
Star
12155 Points
2355 Posts
Re: Controls not working in firefox and google chrome
Nov 29, 2009 01:07 PM|LINK
Which version(s) of IE are you using, and if 7 and/or 8, do they run in Compatibility mode?
Carsten
Please click Mark as Answer if this post is of help to you. :-)
My Blog
zafarthesult...
0 Points
3 Posts
Re: Controls not working in firefox and google chrome
Nov 30, 2009 03:39 AM|LINK
I am using IE 6 and Firefox 3.Its working fine with IE but there is a problem with firefox and also google chrome.
amitchandnz
Contributor
3060 Points
611 Posts
Re: Controls not working in firefox and google chrome
Nov 30, 2009 03:57 AM|LINK
Are you able to post your code here?
AJAX, ASP.Net, CLR Assembly, Javascript, JQuery, SQL Server, Silverlight, VB.Net, C#, XML, WP7
sanjeev sing...
Member
417 Points
106 Posts
Re: Controls not working in firefox and google chrome
Nov 30, 2009 05:53 AM|LINK
Try this .
ScriptManager.RegisterStartupScript(btnSave, typeof(Button), "scriptkey", "window.setTimeout(\"alert('test!')\",0);", true);
Sanjeev Singh,
Web Developer
www.kallikulam.com
habmanj
Member
2 Points
1 Post
Re: Controls not working in firefox and google chrome
Apr 24, 2012 07:11 PM|LINK
That's the answer?!?