How to set the width of the text box when using HTml.TextBoxFor
        Posted  
        
            by AWC
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by AWC
        
        
        
        Published on 2010-03-25T16:31:20Z
        Indexed on 
            2010/03/25
            16:33 UTC
        
        
        Read the original article
        Hit count: 1068
        
I have the following line in my view:
<div class="editor-field">
     <%= Html.TextBoxFor(m => m.Description)%>                    
</div>
How do I define the width of the text box?
© Stack Overflow or respective owner