ASP.NET : What exactly is affected when Javascript is off?

Posted by rlb.usa on Stack Overflow See other posts from Stack Overflow or by rlb.usa
Published on 2010-06-02T22:49:29Z Indexed on 2010/06/02 22:54 UTC
Read the original article Hit count: 162

Filed under:
|

I've heard different stories about ASP.NET and JavaScript: that it works fine with Javascript turned off, that only some parts don't work, and that nothing works at all.

How exactly are ASP.NET applications affected if JavaScript is turned off in a client's browser? What parts don't work (if any)?

For example, will RequiredFieldValidators still work? What about UploadControls? AJAX UpdatePanels and AsyncPostBack's? FileUploads? Do page codebehinds still run?

Forgive my ignorance, I can't seem to find much about the issue that is in-depth.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about JavaScript