What .NET controls do not use javascript to handle events?

I noticed that

asp:Button 

for example, will work without using javascript in the browser. However, any other control with an "OnClick" or "OnServerClick" event should use javascript_doPostback.

Are there any controls besides a button that should not use javascript?

I want to know because I want to be able to style the control, but I want it to not look like a button, and I want it to still work without using the user with javascript enabled.

Any suggestions?

+3
source share
2

, . ( ), .

, Link.

+5

_doPostback - ASP.NET. Javascript, ASP.NET .

+3

Source: https://habr.com/ru/post/1753309/


All Articles