@Html.EditorFor(model => model.Email_Id, new { htmlattributes = new { @class = "form-control" } })
@Html.TextBoxFor(model => model.Email_Id, new { @class = "control-label col-md-2" })
@Html.ValidationMessageFor(model => model.Email_Id)
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.
Gaurav RajPosted Sep 12, 2018, 9:06 AM
Sai Kumar KoonaPosted Sep 12, 2018, 4:59 AM
Pushkar PushpPosted Sep 12, 2018, 4:50 AM