摘要:
利用JQuery的$.ajax()可以很方便的调用asp.net的后台方法。1、无参数的方法调用asp.net code:view plaincopy to clipboardprint?using System.Web.Script.Services;[WebMethod]public static string SayHello(){ return "Hello Ajax!";}using System.Web.Script.Services;[WebMethod]public static string SayHello(){ return "Hello A 阅读全文
posted @ 2011-08-26 18:32
Lennox
阅读(1222)
评论(1)
推荐(0)
浙公网安备 33010602011771号