string alertScript = "javascript: alert('Error Occured, Please try again later')";
ScriptManager.RegisterStartupScript(this, this.GetType(), "alertScript",
alertScript, true);
No comments:
Post a Comment