我们如何进行一次复选框验证,一次只能选择一个复选框

问题描述:

我们如何进行一次复选框验证,一次只能选择一个复选框.这些复选框位于gridview行中,因此一次只能选择一行hv来选择一个复选框

how we do a checkbox validation that only one checboxes select at a time.these checboxes are in gridview row so to select only one row hv to selct one checkbox at atime

您好,

CheckBox 用于选择多个选项.如果希望用户一次选择一项,则应使用RadioButtons 代替.
Hi,

CheckBox is used to select multiple options. If you want users to select one items at a time you should use RadioButtons instead.