I am new to using services to load comboboxs. I wan to load the combobox with attached service on demand in my code behind and not on page load. how can this be accomplished. Thank you.
<telerik:RadComboBox ID="cbCounty" runat="server" WebServiceSettings-Method="FindCounty" WebServiceSettings-Path="~/AutoComplete.asmx"></telerik:RadComboBox>