MVC应用程序使用Web Services(asmx)

原文:MVC应用程序使用Web Services(asmx)

这次,我们练习MVC应用程序中,应用web service。
先在MVC应用程序中创建一个目录Services,将用来存储Service.asmx。

这个Service的方法,可以参考这个《自定义MVC的Helper扩展方法http://www.cnblogs.com/insus/p/3379485.html 但不能照抄,需要修改:
MVC应用程序使用Web Services(asmx)

在Controllers目录下创建一个ExerciseController.cs和一个视图ActionResult:
MVC应用程序使用Web Services(asmx)


在MVC5创建好Controller之后,自动会在Views目录下面创建好相关的视图目录:
MVC应用程序使用Web Services(asmx)


创建视图:
MVC应用程序使用Web Services(asmx)


在#3步,我们写jquery代码,获得Web Server返回的数据:
MVC应用程序使用Web Services(asmx)


实时演示:
MVC应用程序使用Web Services(asmx)

  

以下内容于2014-03-14 16:30分补充。
两个Click的事件处理逻辑一样的,可以重构为一个扩展方法:
MVC应用程序使用Web Services(asmx)

 

MVC应用程序使用Web Services(asmx),布布扣,bubuko.com

MVC应用程序使用Web Services(asmx)

上一篇:ASP.NET MVC AJAX调用JsonResult方法并返回自定义错误信息


下一篇:网页上的倒计时效果