how to get browser compatibility

  • Thread starter Thread starter Yoshitha
  • Start date Start date
Y

Yoshitha

Hi,

I have some pages an ASP.NET application when i run in IE 5.0/6.0 it is

showing all the controls when i run the same application in different
browser

i.e natescape navigator then it is showing error....
I mean to say there is no browser compatibility in my application how do it

set this..It should display in any browser...


Thanx in advance
Yoshitha
 
It should display in any browser...

It should, but this is MS we're talking about. ;o)

The two likely culprits are either a control that is spitting out invalid
markup, or a control that is dependant on client-side scripting. Default
client-side scripting controls are IE-centric and really don't work in any
other browser. The solution is to not use those default controls and rely on
your own.

-Darrel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top