Example
1. Client Side
2. Codebehind file
protected void btnSubmit_Click(object sender, EventArgs e) { const string script = ""; ClientScript.RegisterClientScriptBlock(GetType(),"ClientScript", script); }
Tags: javascript, c#, asp.net
JavaScript
Related posts
Add comment
Cancel reply to comment