asp.net mvc 3.0 新特性之 Model
摘要:
介绍asp.net mvc 之 asp.net mvc 3.0 新特性之 Model:通过 Data Annotations 与 jQuery 的结合实现服务端和客户端的双重验证双重验证中,使客户端实现远程的异步验证自定义Data Annotations 与 jQuery,以实现自定义的双重验证示例1、Model 中通过 Data Annotations 与 jQuery 的结合实现服务端和客户端的双重验证Web.config<configuration><!--要实现服务端和客户端的双重验证,需要做如下配置,因为双重验证中的客户端验证需要依赖此配置--><app 阅读全文
posted @ 2011-10-17 11:59 caling 阅读(222) 评论(0) 推荐(1) 编辑