I have a combobox with enableonload ="true" (I am using Prometheus)
when i go to my page with the combo i want the user to see the value in the database for the corresponding combo.
I do a RadcomboBox.Text = value from the database.
# - I want to set the value here as well but I don't know a way of doing that here.
After the user selects something from the combo and make other changes, and clicks the update button...on postback my combobox becomes empty.
However I can still do RadComboBox.Text and get the newly selected text but i cannot get the value corresponding to that.
# - why does my comboBox become empty
# - why can't i get the value field
Please help me with this issue.
when i go to my page with the combo i want the user to see the value in the database for the corresponding combo.
I do a RadcomboBox.Text = value from the database.
# - I want to set the value here as well but I don't know a way of doing that here.
After the user selects something from the combo and make other changes, and clicks the update button...on postback my combobox becomes empty.
However I can still do RadComboBox.Text and get the newly selected text but i cannot get the value corresponding to that.
# - why does my comboBox become empty
# - why can't i get the value field
Please help me with this issue.
