展开全部
例如
View中: <input id="cBox" name="cBox" type="checkbox" value="1" />
<input id="cBox" name="cBox" type="checkbox" value="2" />
Controller:
public ActionResult Activity_Del_Any(long[] cBox) //批量删除
{
Factory.Goods_Activity_Helper.DeleteActbyADO(cBox);
AddLog("操作人:" + GetCurUserState.Username + "批量删除了活动产品", 0);
return RedirectReferrer();
}
在控制层中只要用数组 接收 就行了,但是要注意接受的数组类型
View中: <input id="cBox" name="cBox" type="checkbox" value="1" />
<input id="cBox" name="cBox" type="checkbox" value="2" />
Controller:
public ActionResult Activity_Del_Any(long[] cBox) //批量删除
{
Factory.Goods_Activity_Helper.DeleteActbyADO(cBox);
AddLog("操作人:" + GetCurUserState.Username + "批量删除了活动产品", 0);
return RedirectReferrer();
}
在控制层中只要用数组 接收 就行了,但是要注意接受的数组类型
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询