asp.net and jquery dialog

Posted by _ra on Stack Overflow See other posts from Stack Overflow or by _ra
Published on 2009-04-05T00:42:02Z Indexed on 2010/03/25 3:03 UTC
Read the original article Hit count: 457

Filed under:
|

does anyone know how to use jquery modal dialog in asp.net pages? http://jqueryui.com/demos/dialog/

I've tried creating a simple aspx page, pasted code from the example (http://jqueryui.com/demos/dialog/), it almost works. The dialog briefly shows up and then disappears. It seems that the page is doing a postback. I'm not sure how to stop it, so that the modal dialog stays up.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET