G
Guest
Hi,
I have a web service method which needs to return a hashtable.But it
gives errror as,
The type System.Collections.Hashtable is not supported because it implements
IDictionary.
Is there any way to return hashtable through a web method other than
implementing the IDictionary?
Please do tell me if any one knows.
I have a web service method which needs to return a hashtable.But it
gives errror as,
The type System.Collections.Hashtable is not supported because it implements
IDictionary.
Is there any way to return hashtable through a web method other than
implementing the IDictionary?
Please do tell me if any one knows.