<% using (Html.BeginForm() { %> <%=Html.DropDownList("TopItemsList",ViewData["ListData"],new { onchange="[???]" })%> <% } %>
在上面的例子中,你应该把什么值设置为或者,如何获得正确的表单?
与Ajax.BeginFrom有什么不同吗?
@H_403_8@<% using (Html.BeginForm() { %> <%=Html.DropDownList("TopItemsList",ViewData["ListData"],new { onchange="[???]" })%> <% } %>
在上面的例子中,你应该把什么值设置为或者,如何获得正确的表单?
与Ajax.BeginFrom有什么不同吗?
@H_403_8@