Revision: 42148
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 28, 2011 15:29 by tonatiuh
Initial Code
<% using (Html.BeginForm("Index", "home", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> <%= Html.TextBox("textboxId")%> <%}%>
Initial URL
Initial Description
Initial Title
Form helper in visual c#
Initial Tags
form, c#
Initial Language
C#