asp.net中怎样才能获得checkboxlist中的被选中后给其他赋值???求大神帮助

<asp:CheckBoxListID="cbl1"runat="server"AutoPostBack="True"Width="171px"><asp:ListIte... <asp:CheckBoxList ID="cbl1" runat="server" AutoPostBack="True" Width="171px"> <asp:ListItem Text="Word" Value="0"></asp:ListItem> <asp:ListItem Text="Excel" Value="1"></asp:ListItem> <asp:ListItem Text="Powerpoint" Value="2"></asp:ListItem> <asp:ListItem Text="FrontPage" Value="3"></asp:ListItem> <asp:ListItem Text="OutLook" Value="4"></asp:ListItem> <asp:ListItem Text="Window操作" Value="5"></asp:ListItem> </asp:CheckBoxList> 然后代码是 for ( i = 0; i < cbl1.Items.Count; i++) { if (cbl1.Items[i].Selected == true) { if (cbl1.Items[i].Value == " 0") doc = 1; else doc = 0; if (cbl1.Items[i].Value == "1") xls = 1; else xls = 0; if (cbl1.Items[i].Value == "2") ppt = 1; else { ppt = 0; } if (cbl1.Items[i].Value == "3") fpg = 1; else fpg = 0; if (cbl1.Items[i].Value == "4") outk = 1; else outk = 0; if (cbl1.Items[i].Value == "5") wdw = 1; else wdw = 0; } } 我的意思是想 如果被选中就给其赋值为1,然后传到数据库 展开
 我来答
yao6774mR嘹
2014-06-24 · 超过60用户采纳过TA的回答
知道答主
回答量:116
采纳率:0%
帮助的人:146万
展开全部
CheckBoxList1.datavaluefile="字段';
彩虹兔兔7804
2014-06-24 · 超过55用户采纳过TA的回答
知道答主
回答量:104
采纳率:0%
帮助的人:129万
展开全部
您应该是提交表单后,把数据保存到数据库吧? 如果这样,您在提交表单前,使用JS来查找一下CheckBoxList 里哪些是选中的,如果选中了,就提取Value,把Value 保存到一个隐藏文本框里面,后台再拿隐藏文本框里面的数据就行了。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式