Inside the ItemsRequested Event of a RadComboBox we are using the value from a RadTextBox as part of the search criteria to load the RadComboxBox. When the code runs the text entered in the RadTextBox cannot be seen in the ItemsRequested event.
It looks like some JavaScript is need to record the value of the textbox when it is first entered on the client side so that it can be accessed on the server side. I was wondering what is the best way to do that. Should I put the value into a hidden field or some other variable?
Thanks