Let's say I'm using the textbox HTML helper:
@Html.TextBoxFor(u=>u.Something)
How can I show some text inside of the textbox when the page loads?
Let's say I'm using the textbox HTML helper:
@Html.TextBoxFor(u=>u.Something)
How can I show some text inside of the textbox when the page loads?