1
Answer

How to prevent HTML popup from disappearing after Postback.

  I have one html popup which has two Textboxes and one button. It successfully opens on button click
 event but, disappears immediately on Postback event. I want to keep that popup as it is even after postback using jquery.
Answers (1)