How to call a server side function from the client side - asp.net

I need to call a server side function from the client side using javascript, how can I do this, thanks

0
source share
1 answer

Basically, you can make an Ajax call to achieve this!

Google on how to use ajax to call server-side functions from javascript.

thanks

+2
source share

All Articles