Atlas question about modal popup

  • Thread starter Thread starter BillE
  • Start date Start date
B

BillE

I created a modal popup form with a button, a label, an OK Button, and a
Cancel button.
The first button updates the label text on postback.
When I click the first button, the modal popup closes, as if I had clicked
the OK or Cancel button.
How can I keep the modal popup active after postback?

Thanks
Bill
 
this is the default browser behavior for a popup. if you want postbacks in
the popup, host your page in a frame.

-- bruce (sqlwork.com)
 
oh.

bruce barker (sqlwork.com) said:
this is the default browser behavior for a popup. if you want postbacks in
the popup, host your page in a frame.

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

session timeout warning problem 0
AJAX and validators 2
AJAX Modal Popup disappearance 1
PostBackTrigger 1
AJAX: modal popup extender 5
modal popup window help 5
need modal help 1
AJAX Modal Popup 4

Back
Top