asp.net custom web user control -- button

Posted by jreedinc on Stack Overflow See other posts from Stack Overflow or by jreedinc
Published on 2010-05-05T15:50:09Z Indexed on 2010/05/05 15:58 UTC
Read the original article Hit count: 200

Filed under:
|

Is it possible to create a custom button -- web user control? I want certain java scripts to trigger when buttons are clicked. If so, are there any articles out there that explain the basics?

I completely understand that I can load javascript via .js link or dynamically at page load, but I would like to just drop a control on the page without manually adding code to every page on every one of my projects.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about usercontrols