現在、asp.netを使用してリストを作成しています
<asp:RadioButtonList ID="formatOfReport" runat="server" Font-Size="Large"
BorderColor="Black"
onselectedindexchanged="formatOfReport_SelectedIndexChanged"
style="width: 124px">
<asp:ListItem Selected="True">k</asp:ListItem>
<asp:ListItem>j</asp:ListItem>
</asp:RadioButtonList>
私はC#が初めてで、リスト項目を上記のようにプログラムで設定する方法を考えていました