So, what is the trick to getting the ACT combobox value?
Not the selected text, or index, but the actual value field (primary key field, integer) from a databound combobox...
Am I dreaming to think functionality such as this should be fairly simple?
Textbox01.Text = ComboBox1.SelectedItem.Text
Also, since upgrading to the latest ajaxcontroltoolkit, postback clears selection even if enableviewstate="true", any ideas why?
I know its a free control, but given its popularity was expecting... stability/functionality?