I have a listbox with a datasource and a display member, and i have found out that because of the data source, calling
Listbox1.SelectedItem.tostring
will always return
System.Data.DataRowView
So, how can i code this so it returns the test of the selecteditem?
Listbox1.SelectedItem.tostring
will always return
System.Data.DataRowView
So, how can i code this so it returns the test of the selecteditem?
Last edited: