a listbox has a collection of listboxitems. so you have to get the listboxitem's text, not listbox's text itself. a crude example:
Code:
lstDates.SelectedItems(0).Text