There is option called checkedListBox1 for check box group item..
Like that any control for radio button. and how to bind my data(data set) in that.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is no such thing for radio buttons. You may, however, look for third party controls or extend the existing
CheckedListBoxso that only one item at a time can be checked.The second solution is a bit ugly, because seeing check boxes the user would expect to be allowed to select more than one option.