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
Naveen BishtPosted Feb 13, 2017, 11:44 PM
darma tejaPosted Feb 13, 2017, 3:36 AM
Suvendu Shekhar GiriPosted Feb 13, 2017, 3:16 AM