//javascript popup message box
public void ShowPop(string Message)
{
ClientScript.RegisterStartupScript(this.GetType(), "OhCrap", String.Format("alert('{0}');", Message.Replace("'", "\'")), true);
}
public void ShowPop(string Message)
{
ClientScript.RegisterStartupScript(this.GetType(), "OhCrap", String.Format("alert('{0}');", Message.Replace("'", "\'")), true);
}
No comments:
Post a Comment