Hello,
I have a situation where its usefull to add extra information to a webservice I'm calling with the RadCombobox.
Depending on the extra properties of an extended class of the RadComboBoxContext class I could do more within the WebMethod.
For example I want to add the contents of several controls into a List<string>. In the Webservice via the context I should be able to read this info out.
Can this be done? If yes, how can a pass the extended class to the Webservice?
With kind regards,
I have a situation where its usefull to add extra information to a webservice I'm calling with the RadCombobox.
Depending on the extra properties of an extended class of the RadComboBoxContext class I could do more within the WebMethod.
For example I want to add the contents of several controls into a List<string>. In the Webservice via the context I should be able to read this info out.
Can this be done? If yes, how can a pass the extended class to the Webservice?
With kind regards,