advanced code snippet search
tonatiuh on 02/28/11
form helper visual c#
02/28/11 03:29pm
<% using (Html.BeginForm("Index", "home", FormMethod.Post, new { enctype = "multipart/form-data" })){%> <%= Html.TextBox("textboxId")%> <%}%>
Report this snippet Tweet
Comment:
You need to login to post a comment.