Hi,
I am trying to do the following.
I have a user control that contains.....
RAD Combo Box 1 - contains Filter Names (and underlying ID values), autopostback TRUE.. As part of the Click event, I set Combo Box2.Text to the value, so I can verify its set.
RAD Combo Box 2 is AJAX (typeahead LOD) and the data presented is based on the selection of Combo box 1. But....the problem I am getting here is that when Combo2 ItemsRequested is called, the SelectedValue or Value of ComboBox1 is empty!
The user control is wrapped in an AJAX panel on the webform.
Have I missed something really simple, because I think I can't see the wood for trees at the moment.
I am trying to do the following.
I have a user control that contains.....
RAD Combo Box 1 - contains Filter Names (and underlying ID values), autopostback TRUE.. As part of the Click event, I set Combo Box2.Text to the value, so I can verify its set.
RAD Combo Box 2 is AJAX (typeahead LOD) and the data presented is based on the selection of Combo box 1. But....the problem I am getting here is that when Combo2 ItemsRequested is called, the SelectedValue or Value of ComboBox1 is empty!
The user control is wrapped in an AJAX panel on the webform.
Have I missed something really simple, because I think I can't see the wood for trees at the moment.