i want to validate radio button group. if no one is selected in group print please select one.
<asp:RadioButton ID="rnd_male" runat="server" Text="Male" GroupName="sex" CssClass="rnd" />
 <asp:RadioButton ID="rnd_female" runat="server" Text="Female" GroupName="sex" 
  CssClass="rnd" />