One of the immense advantages that ASP.NET MVC has over classic ASP.NET is the clean separation of concerns between the presentation and controller logic. Unfortunately, while the MVC RC has brought with it many improvements, it has also taken a step...