I am learning about Progressive Enhancement and I have a question about AJAXifying views. In my MVC 3 project I have a layout page, a viewstart page, and two plain views.
Just put the following code on the top of the page
@{ Layout = ""; }