Last week I posted about my PD experience, including work on the new ASP.NET MVC. In this post I mentioned that there is a bug in the MVC that doesn't allow you to access control on an MVC content page from the code-behind.
Well, today I found a post on Troy Goode's site (that I should have found a week ago... :-)) that shows you how to implement the MVC Template Fix to get around this bug by using the "Convert to Web Application" function in VS2008 or by fixing the template files included in the MVC. This fix basically involves adding a designer code file in the page templates and referencing it in the vtemplate file.
Apparently this will be fixed in the next release of the MVC, for those who can wait...