Regular button
YUIAsp.Net Button with type set to regular simulates the ASP.NET button. You have postback support, update panel support and also client side code.
You can cancel postbacks with client code:
Button's postback inside an update panel works like a charm:
Server time:
Button with regular postback:
Server time:
|