How to show alert box in ASP.NET after data inserted successfully using C#

11:14:00 PM Mahesh Kumar Yadav 0 Comments


Write this line after your insert code:

ClientScript.RegisterStartupScript(this.GetType(), "alert", "alert('Data has been inserted successfully.')", true);

You Might Also Like

0 comments :