Hello Friends,
How to show a alert message onclick of Asp:radiobutton.
Kindly help me.
<asp:RadioButtonList ID="rd1" runat="Server" TabIndex="6" RepeatDirection="horizontal" RepeatLayout="Flow">
<asp:ListItem Text="Yes" Value="true" Selected="true" />
<asp:ListItem Text="No" Value="false" />
</asp:RadioButtonList>
for the above code how can i display alert message onclick of radiobutton.
Thanks&Regards
iluvdotnetfunda