Tuesday, 17 June 2014

define name of form in mvc4 in asp.net



@using (Html.BeginForm(null, null, FormMethod.Post, new { name = "form1", id = "form1" }))


No comments:

Post a Comment