Browsers for ASP.NET

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi

Does ASP.NET run on Netscape and other non IE browsers (and how?)?

Thank you,
Samuel Shulman
 
ASP.NET is a server side framework that can procude standard compliant
HTML if you want to ( by not using IE specific tags). Apart from that,
the standard server side controls produce compatible HTML.

If you want to take into consideration the different browser
capabilities and offer different content ASP.NET 2 has a framework for
managing browser capabilities and responding differently to them. Check
the following links

http://msdn.microsoft.com/msdnmag/issues/05/01/ASPColumn/ (there is an
update about ASP.NET 2)
http://idunno.org/displayBlog.aspx/2005080101 (about xhtml support)


Regards,
Tasos
 

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

Similar Threads


Back
Top