You
can let the server decide whether to select a radio button in a
RadioButtonList control when the ASP.NET page is loaded in a browser.
Note: Before
you begin, you must insert at least one ASP.NET RadioButtonList
control in your page. You must also define a DataSet or other source
of dynamic content for the radio buttons. Ideally, the source of
content should contain Boolean data, such as Yes/No or true/false.