How to show alert box in ASP.NET after data inserted successfully using C#
ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('Data has been inserted successfully.')", true);
11:14:00 PM Mahesh Kumar Yadav 0 Comments
ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('Data has been inserted successfully.')", true);
0 comments :