Results 1 to 2 of 2

Thread: Before I Start My Project .... Help

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2005
    Posts
    153

    Unhappy Before I Start My Project .... Help

    Hi,

    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 ?

    Thanx
    Cranzy

  2. #2
    Frenzied Member dj4uk's Avatar
    Join Date
    Aug 2002
    Location
    Birmingham, UK Lobotomies: 3
    Posts
    1,131

    Re: Before I Start My Project .... Help

    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

    If I have been helpful please rate my post. If I haven't tell me!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width