Hi All,
I have a radio button inside of a repeater. I am trying to do an AutoPostBack when a user clicks on a particular radiobutton and run a routine to see which one was selected. The AutoPostBack does reload the page, however my OnCheckChanged event is not firing.
My radiobutton code is as follows:
Any help would be appreciated!
Cheers,
G.
Oxigen - Next generation business solutions
-----------------------------
Components/Tools/Forums/Software/Web Services
I have a radio button inside of a repeater. I am trying to do an AutoPostBack when a user clicks on a particular radiobutton and run a routine to see which one was selected. The AutoPostBack does reload the page, however my OnCheckChanged event is not firing.
My radiobutton code is as follows:
Code:
<asp:RadioButton EnableViewState="false" OnCheckedChanged="RadioButton_OnCheckChanged" GroupName='Grp1' value='<%# FlightID %>' AutoPostBack="false" runat="server" ID="SelFlight1" Width=15 Text=" " />
Any help would be appreciated!
Cheers,
G.
Oxigen - Next generation business solutions
-----------------------------
Components/Tools/Forums/Software/Web Services