how to Server Side Validation in MVC2 (such as Unique Email Address)开发者_如何学C
Scott Gu blogged about this. You do this by setting up attributes in your model class (check out Step 2 in the blog.)
how to Server Side Validation in MVC2 (such as Unique Email Address)开发者_如何学C
Scott Gu blogged about this. You do this by setting up attributes in your model class (check out Step 2 in the blog.)
精彩评论