ScriptManager - binding HTML control events

Posted by Nelson on Stack Overflow See other posts from Stack Overflow or by Nelson
Published on 2010-06-09T23:07:56Z Indexed on 2010/06/09 23:12 UTC
Read the original article Hit count: 223

Filed under:
|
|

Does ASP.NET's ScriptManager have any sort of "helper" for binding to HTML control events? This would be similar to jQuery:

$('#foo').bind('click', function() {
  alert('User clicked on "foo."');
});

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about events