Atlas question about modal popup

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
 
B

bruce barker \(sqlwork.com\)

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)
 
B

BillE

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 Modal Popup disappearance 1
PostBackTrigger 1
AJAX and validators 2
modal popup window help 5
AJAX: modal popup extender 5
AJAX Modal Popup 4
AJAX.net modal popup 3

Top