I would like to display the message the redirect to another page.
How can i modify this please?
Here is my page
ScriptManager.RegisterStartupScript(Me, [GetType](), "showalert", "alert('Data Saved Successfully');", True)
Response.Redirect(String.Format("~/Forms/Registration.aspx"))