I have a confirmation pop up in javascript using msgBox function of VBScript.
On NO button click i have written
event.returnValue = false;
On YES button clicked ,everything works fine but
When NO button is clicked, any next post back (Say of a SelectedIndexChanged of a Dropdown) does not happen.
OnClientClick="checkActiveValidators();SavePopUpClient();"
This is the way I have written it.
Please Help!



Reply With Quote

Bookmarks