views:

301

answers:

1

Hello,

I've added a radiobutton to a repeater in asp.net. I've made the group names work with some Javascript. The problem I am having is when I click save button, the radionbutton.Checked is always false. I can't get the radio button to hold it's checked value.

A: 

Make sure you are not "reloading" the repeater on "post back".

AMissico