且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何使用jquery或ajax运行asp.net vb代码?

更新时间:2023-02-25 10:10:53

也许你有些困惑关于那个=)

Maybe you''ve got some confusion about that =)
public sub ex()
...
end sub





, - 是服务器端代码,而 jQuery Ajax 是客户端框架...



如果你想从客户端运行一些服务器端逻辑,我强烈建议你研究 SignalR 框架。



, - is a server side code, while jQuery or Ajax is a client side frameworks...

If you want to run some server side logic from a client side, i strongly advise to you look into SignalR framework.


你好



我想你可以从给定的链接中得到一些想法。

如果您有任何疑问,请告诉我。



http://pranayamr.blogspot.com/2012/01/calling-server-side-function-from.html [ ^ ]