如何使用asp.net从客户端调用服务器端功能?

问题描述:

我需要使用JavaScript从客户端调用服务器端函数.我该怎么做?

I need to call server side function from client side using JavaScript. How can I accomplish this?

基本上,您可以执行Ajax调用来实现这一目标!

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

有关如何使用ajax从JavaScript调用服务器端函数的Google.

Google for how to use ajax to call server side functions from JavaScript.