开发者

Passing generic type of webmethod

im passing a array of KeyValuePair<string,string>[]

how ever when it g开发者_StackOverflow社区et to my sliverlight client it turns into

{web service name}.KeyValuePairOfStringString

and i cant get the values from it.

any one got any ideas how i can access the key and value propties?


You should not be using ASMX web services with SilverLight. You should use WCF instead.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜