Skip to content

Instantly share code, notes, and snippets.

@Boztown
Created December 20, 2013 20:26
Show Gist options
  • Save Boztown/8060922 to your computer and use it in GitHub Desktop.
Save Boztown/8060922 to your computer and use it in GitHub Desktop.
<asp:RadioButtonList ID="FormTypeSelection" RepeatLayout="UnorderedList" runat="server">
<asp:ListItem Value="0">Canada</asp:ListItem>
<asp:ListItem Value="1">Denmark</asp:ListItem>
<asp:ListItem Value="2">Tobahaw</asp:ListItem>
</asp:RadioButtonList>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment