views:

43

answers:

2

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.

A: 

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.

Thorsten Dittmar
+1  A: 

Check out the answer to this question.

NascarEd