As a practice, I'd like to implement a custom DropDownList with oval selectors like shown below. Click on an oval to select that list item, click on a dark oval to deselect it (the dark oval becomes white oval).
What strategies do you have? Inherit from the DropDownList control? Use two oval images (one white, and one dark)? Any suggestions? Thanks.

View Complete Post