Saturday, October 7, 2017

Auto focus in razor view

   @Html.TextBoxFor(model => model.EmpName, htmlAttributes: new { id = "EmpName", @class = "form-control",@autofocus="true" })

No comments:

Post a Comment