I have coded my web method in the code behind rather than into an asmx. I get Server Method '
PageMethods.LoadCombo' failed. when clicking on the dropdown arrow.
I created a test button that successfully executes the PageMethod, however, I do not want my users to have to click on another control.
Must I create a Web Service for LoadOnDemand to function when the populating the RCB?