Users Pricing

forum

Home Forums Call javascript's function from code behind – MindStick

Call javascript's function from code behind

Anonymous User 2302 29 Aug 2014

I use below code for call javascript's function from code behind but doesn't call function 

//C#
Page.ClientScript.RegisterStartupScript(this.GetType(), "close panel", "CloseFunction()", true);
//javascript
function CloseFunction() {
            alert("call");
            }

1 Answers

Sumit Kesarwani 01 Sep 2014 Accepted Answer
Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md