Hide jquery dialog on asp.net postback
Posted
by mellowyellow77
on Stack Overflow
See other posts from Stack Overflow
or by mellowyellow77
Published on 2010-05-28T22:13:42Z
Indexed on
2010/05/28
22:22 UTC
Read the original article
Hit count: 149
jQuery
|modal-dialog
I feel like this is a stupid questions, but I am finding it hard to get this answered.
I only want to show the jquery dialog when the page first renders. After the page renders there are multiple operations that cause the page to postback, but the user doesn't navigate away from that page.
How do I disallow the jquery dialog from showing on those postback events.
Thanks in advance!
© Stack Overflow or respective owner