I am writing a popup window that returns the value the user chooses to a form field in its parent window.

I would like the user to click the radio button that's next to the value he wants.

dbSelectedItem seems to offer this functionality, but it uses checkboxes (so the user can select more than one item).

Can I use using radio buttons and ASP-DB?

Thanks!