I just upgraded my VS to framework 3.5. I had an application that I converted w/out any errors and it no longer loads the combobox on demand. It says it can't find the method being called. I ran it through debug and it never even goes to the webservice.
<telerik:RadComboBox ID="cmboDept" runat="server" AutoPostBack="true"
EnableLoadOnDemand="true">
<WebServiceSettings Method="loadDepartment"
Path="~/WebServices/srvc_ComboBox.asmx" />
</telerik:RadComboBox>
This worked just find in VS 2003. Any idea what I may be missing?
Thanks!