I've populated a combolist with a list of records from a database. I need to be able to use the items in the combolist as string items to pass to a sql string.
When the combolist.selectedItem fires I get this:
Conversion from type 'DataRowView' to type 'String' is not valid.
I (somewhat) understand the problem here; I just need to know if it is possible to convert this to string and how.
Thanks.
When the combolist.selectedItem fires I get this:
Conversion from type 'DataRowView' to type 'String' is not valid.
I (somewhat) understand the problem here; I just need to know if it is possible to convert this to string and how.
Thanks.