Tuesday 19 July 2016

How to set default value for Html.TextBoxFor or Html.TextBox in asp.net MVC4?



@Html.TextBoxFor(x => x.Price, new { @Value = 0.00})

Or

@Html.TextBox("Price","", new { @Value = 0.00})

No comments:

Post a Comment

Note: only a member of this blog may post a comment.