How do I force a jQuery click event to proceed any control click event on ASP.Net page
- by Cen
I've found posts about making a click event with jQuery for a button, however I need a little more then that.
When any postback occurs on a page, I need to fire off a jQuery click event. Based on a condition, I want to continue processing (including running the server-side event code after the jQuery code), or, perform a redirect.
I'm not quite sure how to go about this.
Your help is appreciated!