G
Guest
I have two radio buttons (RB1 + RB2).
The page starts with RB2 selected. Both are enabled.
Action 1 - I press RB1 a postback event happens... but the event handler for
RB1 (CheckedChanged) isn't called.
Action 2 - I press RB2 a postback even happens... everything works good.
Action 3 - I press RB1 a second time... postback event happens + the event
handler code is called.
Does anyone know how a radio button could cause a postback... but not have
its event handler called?
andrew
The page starts with RB2 selected. Both are enabled.
Action 1 - I press RB1 a postback event happens... but the event handler for
RB1 (CheckedChanged) isn't called.
Action 2 - I press RB2 a postback even happens... everything works good.
Action 3 - I press RB1 a second time... postback event happens + the event
handler code is called.
Does anyone know how a radio button could cause a postback... but not have
its event handler called?
andrew