摘要: webservice中不支持hashtable的数据类型,那么如何在webservice中传递hashtable呢?我们可以通过将hashtable转化为webservice中支持的数组的类型来进行传递,在调用的时候再转换成hashtable就可以了。 [WebMethod] public DictionaryEntry[] SetValue() { ... 阅读全文
posted @ 2010-06-02 14:23 netcorner 阅读(688) 评论(0) 推荐(0)