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
a little bit "unpretty"=), try:
@Html.TextBoxFor(x => x.Data).ToString().Replace("Data", "NewData")