How to do - MS SQL C# Excel Access
Wednesday, 8 February 2017
MVC - Modify Width of TextBoxFor
Watch on You Tube
In css ensure max width is not higher than actual width
input,
select,
textarea {
/*max-width: 280px;*/
}
add new class in CSS
.width500{
width:500px;
}
in View
@Html.TextBoxFor(Model =>Model.Test, new { @class = "width500" })
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment