T
tshad
I have 2 radio buttons:
<asp:RadioButton ID="radDetail" GroupName="detailSummary"
Text="Detail" checkedChanged="RadDetail_Clicked" runat="server" />
<asp:RadioButton ID="radSummary" GroupName="detailSummary"
Text="Summary" checkedChanged="RadSummary_Clicked" runat="server" />
</p>
I want to have RadDetail_Click or RadSummary_Click executed as soon as the
radio button is clicked.
The buttons work fine and you can see the them change as you select them,
but the events are not executed.
Is there something else you need to set to make them work?
Thanks,
Tom.
<asp:RadioButton ID="radDetail" GroupName="detailSummary"
Text="Detail" checkedChanged="RadDetail_Clicked" runat="server" />
<asp:RadioButton ID="radSummary" GroupName="detailSummary"
Text="Summary" checkedChanged="RadSummary_Clicked" runat="server" />
</p>
I want to have RadDetail_Click or RadSummary_Click executed as soon as the
radio button is clicked.
The buttons work fine and you can see the them change as you select them,
but the events are not executed.
Is there something else you need to set to make them work?
Thanks,
Tom.