JurkMonkey
Programmer
Hi Everyone,
I have a page with a pop-up dialog that contains an ok button. Basically I'm using the Ajax Control Toolkit to make a div on my page appear in a "modal" way.
What I'd like is to have that button fire an event after clicked and the dialog closes. The event does not fire on the main page. I believe this is because AJAX is doing that postback and event in an async postback.
Is there a way I can have my main page respond to this Ajax enabled dialog button click?
Example can be found here:
I have a page with a pop-up dialog that contains an ok button. Basically I'm using the Ajax Control Toolkit to make a div on my page appear in a "modal" way.
What I'd like is to have that button fire an event after clicked and the dialog closes. The event does not fire on the main page. I believe this is because AJAX is doing that postback and event in an async postback.
Is there a way I can have my main page respond to this Ajax enabled dialog button click?
Example can be found here: