I have a modal dialog showing up and the user can make some changes and then click a ‘Save’ button. I need that to totally post back the whole page. What would you suggest? I just assumed the button would fire off regardless of the jQuery.
Share
You could force a post back from Javascript:
To do this directly from a control, like a button, use OnClientClick: