Tag Archives: jQuery

Validation in ASP.NET MVC – part 4: example with server-side and client-side validation 3

This is part 4 of a series of posts. See also:

Validation in ASP.NET MVC – part 1: basic server-side validation
Validation in ASP.NET MVC – part 2: custom server-side validation
Validation in ASP.NET MVC – part 3: client-side validation with jQuery validation

In the previous posts, I described how we implemented model-based validation on the server-side in Cuyahoga [...]

Validation in ASP.NET MVC – part 3: client-side validation with jquery validation 4

This is part 3 of a series of posts. See also:

Validation in ASP.NET MVC – part 1: basic server-side validation
Validation in ASP.NET MVC – part 2: custom server-side validation

In the first two parts, I showed how you can perform validation on the server side with Castle Validation attributes and extend that model with custom validation [...]