Ok, im trying to call a js function after I finish uploading a file.
I tried doing the normal RadAjaxManager1.ResponseScripts.Add("blah();");
but of course, I don't seem to be able to do that (I take it thats it's because of the upload). So how do I do it?
3 Answers, 1 is accepted
0
Erjan Gavalji
Telerik team
answered on 10 Sep 2008, 09:42 AM
Hi Matthew Bishop,
You can instead use ScriptManager.RegisterStartupScript() to execute a client call.
I hope this helps.
Kind regards,
Erjan Gavalji
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
ok, after hours of searching I have finally found what I needed in one of the posts here, however, I ended up using google to find it, not the telerik search function...
What is either really missing, or impossible to find is this line here:
"RadScriptManager inherits from ScriptManager and simply adds script combining features to it."