I\'m having trouble with TryUpdateModel(). My form fields are named with a prefix but I am using - as my separator and not the default dot.
TryUpdateModel()
<
that was bad decision to use period. Underscore would have been better.
This means you have to separately define all your ids.
ie. Textbox now has Html.TextBox("test.test", new{@id="test")