Re: Cross-browser compatibility of Asp.net 2.0
- From: "Juan T. Llibre" <nomailreplies@xxxxxxxxxxx>
- Date: Tue, 14 Mar 2006 16:14:30 -0400
re:
2) Are there server controls included with asp.net 2.0 that only work with IE?
They should work with any browser, provided you detect the browser
and send it HTML/javascript it can understand.
Controls can send different output to different browsers.
It's up to you to implement that, though.
re:
3) Does the validation control work without javascript enabled?
All of the validation controls do server side validation, not client-side.
Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<dejavue82@xxxxxxxxx> wrote in message news:1142360946.726905.8310@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thank you very much. Could somebody also respond to my other 2
questions?
2) Are there server controls included with asp.net 2.0 that only work
with IE?
3) Does the validation control work without javascript enabled? (If you
visit dell.com and disable javascript, their login form doesn't even
appear! It could well be that they are still using asp.net 1.0.)
.
- Follow-Ups:
- Re: Cross-browser compatibility of Asp.net 2.0
- From: dejavue82@xxxxxxxxx
- Re: Cross-browser compatibility of Asp.net 2.0
- References:
- Cross-browser compatibility of Asp.net 2.0
- From: dejavue82@xxxxxxxxx
- Re: Cross-browser compatibility of Asp.net 2.0
- From: Mark Rae
- Re: Cross-browser compatibility of Asp.net 2.0
- From: dejavue82@xxxxxxxxx
- Cross-browser compatibility of Asp.net 2.0
- Prev by Date: Web deployment projects and British pound signs
- Next by Date: ASP.NET process identity does not have read permissions to the global assembly cache.
- Previous by thread: Re: Cross-browser compatibility of Asp.net 2.0
- Next by thread: Re: Cross-browser compatibility of Asp.net 2.0
- Index(es):
Relevant Pages
|