Is it possible when using Html.TextBoxFor to override the name attribute?
Html.TextBoxFor
I have tried with no success. I need to use TextBoxFor to get client side vali
It is call Microsoft GOTCHA
Use the name in caps, like this
@Html.TextBoxFor(m => m.Reply.Answer, new {@Name="Whatyouwant"})