Hi Friends,
I am using update Panel to update the records without being page refreshed...
and using updateProcess control to lock the screen with ModalPopup div Css..
After Updating the Record from the CS Files, giving the alert message using
ScriptManager.RegisterStartupScript method.
But this message is displayed on the modalPopUp screen(shadow), I want this modalPup div(UpdateProcess) to be closed first
and show the alert message...