开发者

SOAP Response to Dataset

I'm trying to convert the response I'm getting from Web Service into a DataSet so I can 开发者_JAVA技巧bind it to a GridView.

The response is already serialized.


It need not be only a DataSet to bind to GridView. You can bind a list as well. If you're receiving a collection of records from the SOAP request, try binding it directly GridView and it will work.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜