@Html.TextBox
@Html.TextBox("SiD", "Special ID here", new {@class="form-control"})What i should do to make the text "
Special ID here" clear on focus please ? @Html.TextBox("SiD", "Special ID here", new {@class="form-control"})Special ID here" clear on focus please ? Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandip G PatilPosted Mar 24, 2017, 8:11 AM
Ranjeet PatraPosted Mar 24, 2017, 8:29 AM
Ramesh PalanivelPosted Mar 24, 2017, 8:11 AM
@Html.TextBox("SiD", new {@class="form-control",placeholder=""Type Special ID here})