How do i retrieve the selected value from the Listbox control. I can select the index but I can't retrieve that value.
label1.Content = radListBox1.SelectedIndex;
Thanks!
Printable View
How do i retrieve the selected value from the Listbox control. I can select the index but I can't retrieve that value.
label1.Content = radListBox1.SelectedIndex;
Thanks!