/ Published in: C#
Expand |
Embed | Plain Text
<% using (Html.BeginForm("Index", "home", FormMethod.Post, new { enctype = "multipart/form-data" })) {%> <%= Html.TextBox("textboxId")%> <%}%>
You need to login to post a comment.
