/ Published in: C#
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<% using (Html.BeginForm("Index", "home", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> <%= Html.TextBox("textboxId")%> <%}%>