What do I use to set the dataValueField of the Select List when I'm using a List. I want to be able to set the value of the option in the select. If i have:
List list = new List(); list.Add("apple"); list.Add("orange");
and I want my html to be:
apple orange