Hi,
I am using the repeater control to list all the addresses of a customer. I need a radio button to the left of each so the customer can select which one they want to use.
I wanted to use the asp:RadioButton, but I can't assign a value to it. If I try, it won't display on the page. I can't seem to get a regular HTML radio button to work if I try to write code to check to see if atleast one is selected.
Any suggestions? I am open to chaning my code as long as it works.
Thanks,
Mark
I am using the repeater control to list all the addresses of a customer. I need a radio button to the left of each so the customer can select which one they want to use.
I wanted to use the asp:RadioButton, but I can't assign a value to it. If I try, it won't display on the page. I can't seem to get a regular HTML radio button to work if I try to write code to check to see if atleast one is selected.
Any suggestions? I am open to chaning my code as long as it works.
Thanks,
Mark