这是我的代码
<div id="pro_pag2">
@using (Html.BeginForm("Product", "Main", new { customerId = mdlLoginData.CustomerID, GroupID = ViewBag.GroupID, page = 1 }, FormMethod.Post, new { }))
{
@Html.DropDownList("PageSize", new SelectList(new Dictionary<string, string> {{ "18", "18" }, { "12", "12" },{ "6", "6" } }, "Key", "Value"), new { @class = "pro_pag_tf1" })
}
</div>
我的问题是如何在下拉列表的选择更改时提交表单