jQuery Dialog causing buttons not to post-back

Posted by jonathanconway on Stack Overflow See other posts from Stack Overflow or by jonathanconway
Published on 2010-03-28T23:38:54Z Indexed on 2010/03/28 23:43 UTC
Read the original article Hit count: 491

I'm using the jQuery UI Dialog() function on an ASP.NET webform, on a particular panel.

After Dialog() is applied, the buttons become useless and will not post back at all; I'm not even getting a Page_Load event firing, let alone any button events.

Is the Dialog function messing with my button events? If so, is there a way to fix this?

© Stack Overflow or respective owner

Related posts about jquery-ui-dialog

Related posts about ASP.NET