jQuery ajax调用后台aspx后台文件的两种常见方法(不是ashx)
摘要:在asp.net webForm开发中,用Jquery ajax调用aspx页面的方法常用的有两种:下面我来简单介绍一下。 [WebMethod] public static string SayHello() { return "Hello Ajax!"; } 前台jquery代码: ? 1 2
阅读全文
posted @ 2016-10-19 15:41
posted @ 2016-10-19 15:41
posted @ 2016-10-19 15:40
posted @ 2016-10-19 15:39
posted @ 2016-10-19 14:26
posted @ 2016-10-10 15:25