Hi I'd like the MVCToolkit to be tolerant of nulls. I've been using ?? "" to avoid the null errors. <%= Html.TextBox( "Name", ViewData.Name ?? "" ) %> As an aside, I'm really excited about extension methods, cos you can call them on null objects!!!!!! public...