How to capture 'Update' click event in ASP.NET GridView with jQuery
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-04-06T20:26:20Z
Indexed on
2010/04/07
12:13 UTC
Read the original article
Hit count: 195
I need to capture the 'Update' click event with jQuery in an asp.net GridView and have no way of knowing where to start. I'm still rather new to jQuery. My GridView is attached to a SQLDataSource and, naturally, has all the bells and whistles that that combination affords. Any help would be greatly appreciated.
© Stack Overflow or respective owner