Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does AJAX work when Javascript is not enabled?
Message
General information
Forum:
ASP.NET
Category:
AJAX
Miscellaneous
Thread ID:
01390598
Message ID:
01391168
Views:
47
>
>Replying to all -- this directly contradicts a note I made during an ASP.NET (3.5) course I just completed. Here is the note: "JavaScript downloaded to the client and executes there. If client browser has JS disabled, round trip to server and validated there. Validation still occurs." Maybe I got something garbled somehow. Will shoot an email to the prof asking for clarification.

That's if you're using validator controls - it's validated both on the client and the server. It doesn't mean that the JS code is executed on the server, just that they've got both JS and .NET code that validates it twice (once on client, once on server).
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform