How can I call javascript function from backend within updatepanel in asp.net.
+2
A:
ScriptManager.RegisterStartupScript(this,yourUpdatePanel.getType(),"Your js",true);
ajay_whiz
2010-09-02 10:50:03