摘要: Session 保存状态是在 登陆窗口 检查用户密码的动作上执行1、Modelsnamespace 注册与登陆以及Session.Models{ public class UserBF { private MyDBDataContext _context = new My... 阅读全文
posted @ 2015-07-09 21:12 XCml 阅读(756) 评论(0) 推荐(0)
摘要: 1、Modelsnamespace 发布新闻.Models{ public class NewsBF { private MyDBDataContext _context = new MyDBDataContext(); public void Insert(... 阅读全文
posted @ 2015-07-09 19:56 XCml 阅读(217) 评论(0) 推荐(0)
摘要: 1、Modelsnamespace 下拉列表联动显示_Car表_.Models{ public class ProductorBF { private MyDBDataContext _context=new MyDBDataContext(); public... 阅读全文
posted @ 2015-07-09 19:34 XCml 阅读(495) 评论(0) 推荐(0)
摘要: 最主要的就是要判断谁根据谁编写的!!!理清思路!!!1、Modelsnamespace 下拉列表联动显示_中国省市_.Models{ public class ChinaBF { private MyDBDataContext _context = new MyDBDat... 阅读全文
posted @ 2015-07-09 19:28 XCml 阅读(739) 评论(0) 推荐(0)