currently i am using asp.net to create a list
<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>
I am new to c# and was wondering how I would set the list items programmatically as they are above
For example from
page_load: