Interview Question in SQL Server Indexing
Interview Question :: Multi-Select Boxes amp; SelectedIndex in cSharp
I have a program that has some multi-select boxes that will gather information about delimiting values in an SQL query. I need to be able to find out which items in the listbox are selected. The following command is useful for only retrieving the value of the first selected index
Level.Items[Level.SelectedIndex].ToStr...
Please help. Multi-Select box is called Level.

Loading ...