I am first time trying on ASP.NET MVC3 , defined the model (C#) and generated the controllers and views
Views is using HTML Helpers . How to change the textbox , textarea length ( ie HTML attributes) .?
I am first time trying on ASP.NET MVC3 , defined the model (C#) and
Share
You can specify htmlAtrributes (object) parameter in in the following manner to specify html attributes for the text box.