Thursday, June 30, 2011

Java Script Alert - Run with asp.net update panel

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

No comments:

Post a Comment