Hi all
im using ScriptScriptManager.RegisterStartupScript to display result
ScriptManager.RegisterStartupScript(Page, GetType(), "MyScript", "alert('Sucessfully Saved.');", true);
it has option ok only
I want same message box with ok and cancel ..when i click ok only i want to proceed to next step.otherwise want to be there in the same page
How to do that ..
Thanks in advance
Regards
Amritha