I'm trying to extract the selected value from a a DropDownList
as a string
as follows:
if ((ASPxComboBox1.SelectedItem.Value).ToString = "Selection")
This is not working. Please let me know if there is a away of getting each selected string extracted?