@using (Html.BeginForm("Create", "UserAccount", FormMethod.Post, new { @Id = "frmUserAddress", @class = "form form-horizontal", onSubmit = "return jQueryAjaxPost(this);", data_restUrl = Url.Action("Create", "UserAccount") }))//data-resetUrl
{
@Html.AntiForgeryToken()
@Html.ValidationSummary(true, "", new { @class = "text-danger" })
@Html.HiddenFor(model => model.Id)
@Html.HiddenFor(model => model.AccountCode)
@Html.HiddenFor(model => model.CreatedBy)
@Html.HiddenFor(model => model.TypeId)