Home / FAQ / ASP.NET / RadioButton / How can I have the first item in the radiobuttonlist selected
VB.NET
RadioButtonList1.Items(0).Selected = true
C#
RadioButtonList1.Items[0].Selected = true;
Platform BlazorASP.NETWinFormsWPFAngularReact
Question *
Answer (Optional)
Email (Optional)
Email address is only for further clarification on your FAQ request. It will not be used for any other purpose.
Please leave this field empty.
Share with