I have four listbox controls on my page. Each is bound to a dataset (listbox.datasource to the dataset, listbox.datatextfield to dataset.column, listbox.datavaluefield to dataset.keycolumn). In form load I set the parameter to the data adapter, fill the dataset, and listbox.databind. When running the page shows and the listboxes display their data. When you click on a row in the listbox and click the 'Add' button, I am trying to get the one they selected and insert that info into the table. However, listbox.selectedvalue = "" and listbox.selecteditem = Nothing even though it is showing as highlighted on the page.
Any Ideas?
Any Ideas?