I’m looking for some help with the Web 2.0 WebComboBox. I’ve loaded the choices into the drop down but I’m running into an issue is when I select something in my ListBox I’d like the value to match the selection. This is straight-forward enough with text boxes and with PopUps, but I can’t get it to work with a ComboBox.
Is it because I didn’t describe it well enough, because it’s so obvious that I should have figured it out already, or because it doesn’t work properly yet in 2.0 and I need to wait for an update?
It’s likely because Web 2.0 is very new and it’s hard to answer questions without firing up a test project.
The docs indicate WebCombobox has a SelectedRowIndex property for selecting the row, and a Value property for the text value. What happens with setting the Value as you have above? The docs imply this should work.