Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to solve browser compatibility issue for internet explorer in asp.net?
Posted
Comments
Ankur\m/ 8-Jun-12 1:51am    
CSS? Javascript? What kind of compatibility are you talking about?
This is too generic question. Search Google and you will get a lots of browser specific guidelines.
If you are having some particular issue, please specify and we will try to answer it.
Vani Kulkarni 8-Jun-12 1:54am    
Please be more specific in asking question. You can even use Improve Question option given while submitting the question.

 
Share this answer
 
Comments
VJ Reddy 8-Jun-12 3:03am    
Good references. 5!
1. Never give height or width in px..unless it is necessary.
2. Never give 3. If u are writtnig document.getElementById somewhere in ur Client side fucntion and if u have the <as:scriptmanager with="" u="" then="" use="" mode="hold" xmlns:as="#unknown">i.e instead of document.getElementById("objID"); write $get("objID"); //as $get is browsewr compatible
4. If u have written code to hide < tr > remove that and palce a div in the tr and then show hide that div.. bcoz it does not work in Mozilla.
5. Avoid writing rowspan and colspans.
6. Write the java script function at the end of ur aspx page.

doubt regarding browser compatability[^]
about browser compatibility.[^]
Browser Compatibility Application[^]
 
Share this answer
 
v2
Comments
VJ Reddy 8-Jun-12 3:00am    
Good points and references. 5!
codeBegin 8-Jun-12 3:05am    
thanks VJ

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