There seems to be varying accounts of the impact of turning off JavaScript on ASP.NET applications. Some say it works fine, others claim only certain parts are affected, while some suggest that nothing functions at all.
I am curious to know specifically how ASP.NET applications are influenced when a client's browser has JavaScript disabled. Which components cease to operate? Will RequiredFieldValidators function properly? How about UploadControls, AJAX UpdatePanels, and AsyncPostBacks? Do FileUploads still work as expected? And do page codebehinds continue their execution?
I admit my lack of knowledge on this subject, as detailed resources seem hard to come by.