Monday, 23 September 2013

define form name or form id in mvc 4, how to give form id in mvc4

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



No comments:

Post a Comment