How to set width of textbox in mvc3 model

chp0ljsjlnp

New Member
How to set textbox width from mvc3 model , suppose my model is following , \[code\]public class MVCMODEL{ [Required] public int Name{ get; set; }}\[/code\]i want that when this textbox renders in view its width will be \[code\]800px\[/code\] how to add custom styles in model ?Thanks ,
 
Back
Top