I am getting popup with OK button with following code. How can I show cancel button and How can I get user clicked on Cancel button?
ClientScript.RegisterStartupScript(this.GetType(), "myalert", "alert('" + GetGlobalResourceObject("Globals", "Customer_Change").ToString() + "');", true);
Thanks,
Darma