I am trying to get the SelectedValue of a RadComboBox that is populated via a webservice. However, the SelectedValue is blank when I try to get the value when I postback. How can I get the selected value server side?
Thanks,
Ron
Thanks,
Ron
| <telerik:RadComboBox ID="uxAccount" runat="server" Height="150px" EnableLoadOnDemand="True" |
| WebServiceSettings-Path="~/ScheduleWebService.asmx" CausesValidation="false" |
| WebServiceSettings-Method="GetRooms" |
| ShowMoreResultsBox="true" EnableVirtualScrolling="true"> |
| </telerik:RadComboBox> |