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.
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.
There is no such thing for radio buttons. You may, however, look for third party controls or extend the existing CheckedListBox
so 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.