Necesito cambiar el tamaño del cuadro de texto:Especificar tamaño y maxlength para Html.TextBoxFor
@Html.SimpleTextBoxFor(m => ((ModifiableProperty<string>)m).Value.TheCurrentValue, new { id = fieldId})
yo probamos este
@Html.SimpleTextBoxFor(m => ((ModifiableProperty<string>)m).Value.TheCurrentValue, new { id = fieldId, @maxlength = "100" })
pero no funciona.
Gracias yu está bien; Necesito cambiarlo dinámicamente: ¿reducir y extender con la longitud del valor en el texto? –