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?
source
share