ASP.Net on different Browsers

  • Thread starter Thread starter Kenneth Keeley
  • Start date Start date
K

Kenneth Keeley

Hi,
Do ASP.Net pages work on all browsers. Do I have to do something special
to make my pages appear the same on all OS's and Browsers. If so, samples
would be nice.

Kenneth Keeley
 
short answer: yes

medium answer: ASPX pages are just scripts the render output, so it depends on what you put in them. It's been my experience that
ALL the controls that come with the framework work in ALL browsers (kudos MS). Someone could obviously create one that output HTML
(DHTML, JAVASCRIPT...etc) that didn't work in certain browsers, just as one could build a static HTML page with certain objects that
weren't crossplatform compliant.

long answer: I won't bore you with it.

Have a nice day :-)
 
Back
Top