SyntaxFix
Write A Post
Hire A Developer
Questions
you can use following code.
StringBuilder strScript = new StringBuilder(); strScript.Append("alert('your Message goes here');"); Page.ClientScript.RegisterStartupScript(this.GetType(),"Script", strScript.ToString(), true);