I need to call a server side function from the client side using javascript, how can I do this, thanks
Basically, you can make an Ajax call to achieve this!
Google on how to use ajax to call server-side functions from javascript.
thanks