摘要: 如图:1: 控制器代码// // GET: /AjaxUser/ shopEntities shop = new shopEntities(); public ActionResult Index() { return V... 阅读全文
posted @ 2014-05-03 21:41 小锋神 阅读(2385) 评论(1) 推荐(1) 编辑
摘要: using System.Collections.Generic;using System.Collections.Specialized;using System.Linq;using System.Web;using System.Text;using System.Web.Mvc;using ... 阅读全文
posted @ 2014-05-03 15:25 小锋神 阅读(3031) 评论(3) 推荐(0) 编辑
摘要: @using (Ajax.BeginForm("GetTime","order",new AjaxOptions() { Confirm="你确认这么做吗?", HttpMethod="post", ... 阅读全文
posted @ 2014-05-03 15:22 小锋神 阅读(587) 评论(0) 推荐(1) 编辑