SyntaxFix
Write A Post
Hire A Developer
Questions
If you need to send a value as a parameter.
string jsFunc = "myFunc(" + MyBackValue + ")"; ScriptManager.RegisterStartupScript(this.Page, Page.GetType(), "myJsFn", jsFunc, true);