I was hoping MVC 2 would have fixed the problem with TimeStamps. Using either:
BindingHelperExtensions.UpdateFrom(e_UserAccount, Request.Form);
or
e_UserAccount.UpdateFrom(Request.Form);
They both blow up with an exception:
No type converter available for type: System.Byte[]
So a secondary question would be how do you add additional type converters especially one for byte[]