Click to See Complete Forum and Search --> : browser compatibility for ASP.NET 2005


smitasunny
October 27th, 2005, 04:07 AM
HI,

I have created my pages using asp.net2.0 from visual studio2005 and the pages look different on different browsers.What should i do to get a consistent look for my pages in various browsers at least in mozilla firefox,opera,ie,etc.
kindly help.it is urgent.

thanks in advance
smita

HanneSThEGreaT
November 1st, 2005, 12:57 PM
Here's how you can determine compatibilities:

http://msdn.microsoft.com/msdnmag/issues/05/01/ASPColumn/

http://msdn.microsoft.com/asp.net/migration/phpmig/whitepapers/compatibility.aspx

What I would suggest is using CSS as well to give your web pages a consistent look and feel.

Remember: you can't ALWAYS please everyone ;)