RadioButtonList Question

Bizeviflede

New Member
I'd like a query to be executed when a user clicks on one of my buttons in the <asp:RadioButtonList />. Do I need to use an onclick() event or is there something else that would work? <BR><BR>I want it to call a subroutine which will execute a query based upon the user's selection of radio buttons, the results filling a dropdown menu.
 
Back
Top