Dropdownlist value

  • Thread starter Thread starter William Ortenberg
  • Start date Start date
W

William Ortenberg

I'm using a dropdownlist, and upon a click of a button object, I want to
process the value selected. Yet, DDL.SelectedItem.Text is an empty string,
though an item was selected (Index = 0). Am I missing a setting somewhere?
 
Back
Top