问题描述
<tableclass="style5"><tr><td><asp:CheckBoxID="CheckBox1"runat="server"/></td><td><asp:LabelID="cnoLabel"runat="server"Text='<%#Eval("cno")%>'></asp:Label></td><td><asp:LabelID="cnameLabel"runat="server"Text='<%#Eval("cname")%>'></asp:Label></td><td><asp:LabelID="cprice"runat="server"Text='<%#Eval("cprice")%>'></asp:Label></td><td><asp:LabelID="typenameLabel"runat="server"Text='<%#Eval("typename")%>'></asp:Label></td><td><asp:ButtonID="Button3"runat="server"Text="-"CommandName="jian"/></td><td><asp:TextBoxID="TextBox2"runat="server"Height="20px"Width="32px">1</asp:TextBox></td><td><asp:ButtonID="Button4"runat="server"Text="+"CommandName="jia"/></td><td><asp:LabelID="Label6"runat="server"Text='<%#Eval("subtotal")%>'></asp:Label></td></tr></table>我想点击checkbox然后取出选中行的所有值,把值显示在一个label里求大神指点能贴出完整代码最好,新手实在无能
解决方案
解决方案二:
建议你换成datagridview你用html标签的话只能在前台取值了
解决方案三:
CheckBox是多选,选择多个,显示多个?参考: