C# CheckBoxList 单选
摘要:
想让CheckBoxList 成为单选,要在选中事件时候绑定一个js方法 1 <asp:CheckBoxList ID="cblComments" runat="server" OnSelectedIndexChanged="cblComments_SelectedIndexChanged" Aut 阅读全文
posted @ 2022-11-30 10:43 张不胖 阅读(423) 评论(0) 推荐(0) 编辑