protected void Page_PreInit(object sender, EventArgs e) { try { ClientScript.RegisterStartupScript(this.GetType(),"Popupshow", "showMessage();", true); } catch (Exception ex) { throw ex; } } protected void Page_Load(object sender, EventArgs e) { ClientScript.RegisterStartupScript(this.GetType(),"Popuphide", "hideMessage();", true); }
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)