Hi.
I have several radiobuttonlist objects in my asp.net page (.aspx), each with a button next to it. When the user clicks one of the buttons, the radiobuttonlist next to it clears. I am able to do this by creating a javascript function for each button/radiobuttonlist pair, but I can't seem to...