Similar articles
ASP.NET Weblogs
ASP.NET MVC 2 RC – Validating Credit Card Numbers
Today we announced the release candidate of ASP.NET MVC 2. Apart from some bug fixes, client validation has undergone some significant changes, amongst others, making it easier to work with custom val...
DotNetShoutout - Latest published stories
Ordering fields in ASP.NET MVC 2 templated helpers
Ever worked with the templated helpers provided by ASP.NET MVC 2? Templated helpers provide a way to automatically build UI based on a data model that is marked with attributes defined in the System.C...
ASP.NET Weblogs
Validating Data in ASP.NET MVC Applications
Validating data entered by the user is one of the most common tasks in web applications. As far as ASP.NET MVC is concerned there are various ways to accomplish this task. As a web developer you sh...
ASP.NET Daily Articles
Validating a Dynamic UI with MVC 2
This article shows can to validate a dynamic UI by leveraging a custom model binder which does Input validation rather than Model validation. This solution includes customizations needed to perform cl...
ASP.NET Daily Articles
Encrypted Hidden Inputs in ASP.NET MVC
In this article, Ashic Mahtab shows an elegant, reusable and unobtrusive way in which to persist sensitive data to the browser in hidden inputs and restoring them on postback without needing to change...
ASP.NET Weblogs
Encrypted Hidden Inputs in ASP.NET MVC
In this article, Ashic Mahtab shows an elegant, reusable and unobtrusive way in which to persist sensitive data to the browser in hidden inputs and restoring them on postback without needing to change...