ScriptManager.RegisterStartupScript(this, this.GetType(), "myalert", "<script>alert('Display alert message..!');</script>", false);
Login to post response