How to sort a radio button list in ASP.NET? I need it to sort by Alphabetical order..
rblGeographicMandate.DataSource = lst;
rblGeographicMandate.DataTextField = "ChildName";
rblGeographicMandate.DataValueField = "ChildId";
rblGeographicMandate.DataBind();
Please help
Change it to a SortedList<ValueValid>