I want to call specific client from server, and not broadcast to all of them. Problem is that I\'m in scope of some AJAX request (in .aspx codebehind let say), and not in Hu
If the specific user actually is the caller it self, you can use:
Clients.Caller.myJavaScriptClientFunction();