G
Guest
I am able to open a modal dialog on a button click from the code behind by
placing a RegisterClientScriptBlock() method in the button click event
handler. This all works fine, but the problem is that when the modal box is
displayed, the parent page in the background goes blank until the dialog has
closed and returned.
I have to do it this way as there is a lot of server side processing needed
to get the arguments to pass into the dialog args, otherwise I would do it
all client side using html buttons. Is there any way to get the parent to
postpone posting back until the modal has shut?
Thanks
placing a RegisterClientScriptBlock() method in the button click event
handler. This all works fine, but the problem is that when the modal box is
displayed, the parent page in the background goes blank until the dialog has
closed and returned.
I have to do it this way as there is a lot of server side processing needed
to get the arguments to pass into the dialog args, otherwise I would do it
all client side using html buttons. Is there any way to get the parent to
postpone posting back until the modal has shut?
Thanks