Display Problem Asp.net2.0 application in IE7
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 ,but I run same application in IE7 the controls like combo box are not displays properly.. Need help !! Thanks in advance.
parthiban
Sounds like you have css issues. Try running it on FireFox and see how bad it looks. Seriously, getting your styling right for all browsers is a major undertaking.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
Hi All, I developed web application using asp.net 2.0 ,C#. My application looks fine(Display wise) in IE6.0 ,but I run same application in IE7 the controls like combo box are not displays properly.. Need help !! Thanks in advance.
parthiban
Visual Studio Generates style tags when you drag drop any control, so just remove the style tags which are generated by the IDE. Hope this will help you out :)
Usman Munier Xavor Corporation Pakistan