I\'m developing an ASP.NET MVC3 application using the new Razor view engine but I\'m having some difficulty changing a TextBox so that it is multiline. So far all I\'ve been ab
This is how to curve the corners of the textbox in asp.net mvc4:
@HTML.TextBoxFor(Model => Model.Name)