Hi Nicholas,
You can't use standard ClientScriptManager (Page.ClientScript) on callbacks,
no matter whether you are using any standard control or the ASPx one. If you
perform any action with the ClientScriptManager, for example, register a script
block, it simply won't be rendered. Our controls, for instance, render their scripts
inside their markup and evaluate them on every callback manually via the
eval(string scriptBlock) client function.