Is there a way to call some Jquery code on button update before it post back to the server? Basically I need to run some jquery that will get all the check boxes that are checked within a table control. Then I need to update a hidden field with those values
and then continue to follow with the postback to the server. Key is to catch the check boxes that are checked before I post back and everything is cleared.
Go to the complete details ...