Answered by:
.Net project not working well in certain browsers

Question
-
User1597786262 posted
I am working on a .Net 4.0 application, which works perfectly fine on IE8. However, when I run it on IE11 or chrome, it starts behaving wierdly.
I have used AjaxPro and javascripts extensively in my project. This is the main reason for the failure.
Could you guide me on how to handle this? Do I have to rewrite the entire code?
Thursday, January 8, 2015 5:56 AM
Answers
-
User-1034726716 posted
Different browsers and each versions have different engine to interpret stuffs on the page. In your case you may have to check your codes/javascript and see if the browser support it. If not then you may have to write or use another api that supports newer versions and that is compatible to all major modern browsers.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 8, 2015 6:16 AM -
User61956409 posted
Hi PJ3008,
Thanks for your post.
The version of .net could not cause the error in IE. Maybe some control or javascript code or html don’t work fine on IE11, you could use developer tools to check your web page and look for some error. You could show us the error message, then we will focus on the right direction to resolve the problem.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, January 9, 2015 3:24 AM
All replies
-
User-1034726716 posted
Different browsers and each versions have different engine to interpret stuffs on the page. In your case you may have to check your codes/javascript and see if the browser support it. If not then you may have to write or use another api that supports newer versions and that is compatible to all major modern browsers.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 8, 2015 6:16 AM -
User61956409 posted
Hi PJ3008,
Thanks for your post.
The version of .net could not cause the error in IE. Maybe some control or javascript code or html don’t work fine on IE11, you could use developer tools to check your web page and look for some error. You could show us the error message, then we will focus on the right direction to resolve the problem.
Best Regards,
Fei Han
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, January 9, 2015 3:24 AM