The post about paging in ASP.NET MVC still gets many hits, but the demo was created with ASP.NET MVC preview 5, so therefore I upgraded the demo to ASP.NET MVC Beta. I also removed a little bug that occurred when paging an already filtered list. You can download the updated demo here.
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, Paging
- Published:
- January 16, 2009 – 11:48 am
- Author:
- By martijn
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 [...]
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, jQuery, Sample, Validation
- Published:
- December 8, 2008 – 9:18 pm
- Author:
- By martijn
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 [...]
Categories: ASP.NET MVC,Cuyahoga
Tagged: ASP.NET MVC, Cuyahoga, jQuery, Validation
- Published:
- December 8, 2008 – 3:09 pm
- Author:
- By martijn
This is a post in a series of posts. See also: Validation in ASP.NET MVC – part 1: basic server-side validation In the first post of this series, I showed how you can perform basic server-side validation on your model with help of the Castle Validator component. To summarize this post: the controller validates an [...]
Categories: ASP.NET MVC,Cuyahoga
Tagged: ASP.NET MVC, Validation
- Published:
- November 27, 2008 – 1:56 pm
- Author:
- By martijn
Almost every single application has to deal with validating user input. With web applications, you can choose to do the validation on the client side or on the server side. In my opinion, validation should at least take place on the server side and optionally on the client side to improve the user experience. Therefore, [...]
Categories: ASP.NET MVC,Cuyahoga
Tagged: ASP.NET MVC, Validation
- Published:
- November 26, 2008 – 12:41 pm
- Author:
- By martijn
Last week, I started to do some serious Cuyahoga development again and I’m going to try a new development methodology: blog-driven-development. A few days of development brought up so many interesting things, so I decided that I might as well write about them (in fact, I already started it because this post was also triggered [...]
Categories: Cuyahoga,General
Tagged: ASP.NET MVC, Cuyahoga
- Published:
- November 24, 2008 – 3:10 pm
- Author:
- By martijn
Updated 2009-02-04: Upgraded source and demo to ASP.NET MVC RC1 Updated 2009-01-16: Upgraded source and demo to ASP.NET MVC Beta Updated 2008-09-09: Source and Demo now use ASP.NET MVC preview 5 On my latest gig, we used ASP.NET MVC and it was a very pleasant experience! Very clean code, clean html output and the productivity [...]
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, Paging
- Published:
- August 27, 2008 – 3:50 pm
- Author:
- By martijn