How do I force a postback on an ASP.NET button inside a jQuery modal dialog (div)?

Posted by Matt on Stack Overflow See other posts from Stack Overflow or by Matt
Published on 2010-05-07T21:10:35Z Indexed on 2010/05/07 21:18 UTC
Read the original article Hit count: 226

Filed under:
|

I think my title says it all. 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.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about jQuery