摘要: 假设我们有这样一张用户表: public class F_users { [Key] [Display(Name="用户名:")] [Required(ErrorMessage="用户名不能为空")] //[Remote("UserIsExist","Login",ErrorMessage="该用户名已经被占用",HttpMethod="post")] public virtual string UserName { get; set; } [Display(Name = & 阅读全文
posted @ 2013-08-20 00:02 denny402 阅读(650) 评论(1) 推荐(1)