Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Search Your Question

Tuesday, April 22, 2008

How can you write javascript value in codebehind?

Correct Method :

ClientScript.RegisterStartupScript(this.GetType(),"OpenCv", jscode);

"jscode" is a string containig the javascript code .

No comments:

Archives