Hello,

If you needed to return multiple "things" back from the WebMethod, then you could return a class of your creation. This class would then contain the properties that you want to return, and all you would need to do is return an instance of this class, loaded with the values that you require.

Gary