ASP.NET: What exactly affects Javascript?

I heard different stories about ASP.NET and JavaScript: it works fine with Javascript disabled, that only some parts do not work, and that nothing works at all.

How exactly did ASP.NET applications suffer if JavaScript was disabled in the client browser? What parts do not work (if any)?

For example, will RequiredFieldValidators work? What about uploadcontrols? AJAX UpdatePanels and AsyncPostBack? FileUploads? Is codebehinds executing?

Forgive my ignorance, I cannot find much about a problem that is depth.

+5
source share
3 answers

LinkButtons does not work because they display javascript: target.

GridView ButtonColumns, , javascript. - TemplateColumn < asp: Button > .

GridView - JavaScript-, .

AutoPostback, true (, DropdownList), . SelectedIndexChanged, , postback.

+2

Ajax , , Javascript.

( ), postbacks , , FileUpload . , - , , .

+5

, " -" , (.. ), JavaScript JavaScript.

, HTML , , "" , CSS -, , JavaScript, , JavaScript .

0
source

All Articles