3
Answers

How to put popup Cancel button

darma teja

darma teja

7y
257
1
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 
Answers (3)