摘要: 添加类PageBar.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Web;namespace System.Web.Mvc{ public st... 阅读全文
posted @ 2015-05-31 15:16 成败在我手 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 添加ActionDeleteUserInfousing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplicationStudy.... 阅读全文
posted @ 2015-05-31 15:05 成败在我手 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 添加Action EditUserInfousing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplicationStudy.M... 阅读全文
posted @ 2015-05-31 14:57 成败在我手 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 添加ActionShowDetailusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplicationStudy.Mode... 阅读全文
posted @ 2015-05-31 14:49 成败在我手 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 创建控制器UserInfoControllerusing System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;using MvcApplicationStudy... 阅读全文
posted @ 2015-05-31 14:41 成败在我手 阅读(255) 评论(0) 推荐(0) 编辑
摘要: 创建数据库表如下:生成EF模型//------------------------------------------------------------------------------// // 此代码是根据模板生成的。//// 手动更改此文件可能会导致应用程序中发生异常行为。//... 阅读全文
posted @ 2015-05-31 14:26 成败在我手 阅读(198) 评论(0) 推荐(0) 编辑