08 2013 档案
webform 中使用ajax
摘要:常用的方式有 js –> WebService , js->*.ashx, js->WebAPI, js->MVC Controller->Action. 前两种就不说了.一、Webform中 js-> WebAPI .1.在需要的地方,直接添加WebAPI2.在Global.asax中设置一下.public class Global : System.Web.HttpApplication { void Application_Start(object sender, EventArgs e) { RouteTable.Routes.I... 阅读全文
posted @ 2013-08-23 12:27 xiaowy 阅读(3724) 评论(0) 推荐(0)