<form id="form1" method="get" runat="server"> <input name="chk_per" type="checkbox" value="3" />张三 <input name="chk_per" type="checkbox" value="4" />李四 <input name="chk_per" type="checkbox" value="5" />王五 <input name="chk_per" type="checkbox" value="6" />赵六 <input name="chk_per" type="checkbox" value="7" />孙琦 <input name="chk_per" type="checkbox" value="8" />猪八 <input type="submit" id="btnOK" value="提交" /> </form>
#region 获取从前端页面回传过来的 CheckBox 的值 void GetCheckBoxValue()
/// <summary>
/// 获取从前端页面回传过来的 CheckBox 的值
/// <para>Request.Form["chk_per"] 以逗号分割,获取所有选中的 CheckBox 的值</para>
/// </summary>
private void GetCheckBoxValue()
{
string user = Request["chk_per"];
string[] users = user.Split(new[] { "," }, StringSplitOptions.RemoveEmptyEntries);
string s = string.Empty;
foreach (var item in users)
{
s += item + " | ";
}
}
#endregion
protected void Page_Load(object sender, EventArgs e)
{
if (IsPostBack)
{
//测试调用
GetCheckBoxValue();
}
}
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有