Code:
Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "MsgBox", "window.confirm('Show'); ;", true);
i put the code above to display a confirmation message box.. but the problem is whatever button i clicked, it still contitue.. all i want to happen is when i clicked the cancel button, it will not proceed..

thanks