315.

Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?

RadioButtonList1.DataSource = CreateDataSource(); RadioButtonList1.DataTextField="StringValue"; RadioButtonList1.DataValueField="CurrencyValue"; RadioButtonList1.DataBind();