Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. @using (Ajax.BeginForm("edit", "Home",
  2. new AjaxOptions
  3. {
  4. UpdateTargetId = "record-table",
  5. HttpMethod = "Post"
  6. }, new { @class = "EditForm" }))
  7. {
  8. @Html.TextBox("EditId", null, new { @value = "", @class = "form-control", @required = "" }).
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement