i use mvc3 razor in my form i use this code:
@Html.ValidationMessage(Model.SMF_Name)
it's not working because it render
<span class="field-validation-error" data-valmsg-for="About" data-valmsg-replace="true">
<span htmlfor="About" generated="true" class="">Please fill this field.</span>
</span>
it's put the value instead of the name in the htmlfor attribute.