PDA

Click to See Complete Forum and Search --> : Before I Start My Project .... Help


Cranzy
Jul 26th, 2005, 08:08 AM
Hi, :wave:

If I make a new ASP.NET Application ... If I use the controls for a webform (.aspx) -> If i then publish it on the internet ... Will everybody be able to view the website with the controls .. no matter what browser they use and no matter What OS they are running ..????? Will they be able to view it through a phone browser ? :confused:

Thanx
Cranzy
:eek2:

dj4uk
Jul 27th, 2005, 03:55 AM
ASP.NET generates HTML so yes all browsers will be able to view it (go to view source in the browser and you'll see). Obviously there are differences between browsers so things might not look identitical in all browsers - but that's the joy of Web Development!

I'm not so sure about phone browsers - but I think some support XHTML so you should be ok (open to corrections here) - best thing is to test rigorously.

What is your audience? Generally speaking here we target for Internet Explorer 4+ and Mozilla/Netscape 6+.

HTH

DJ