如何从wcf到.cs页面检索列表视图数据 [英] How to retrieve list view data from wcf to .cs page

查看:71
本文介绍了如何从wcf到.cs页面检索列表视图数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

实际上我在sql中执行一个存储过程,我将数据存入wcf,我将数据存储在一个列表视图中...从那里我想将数据检索到我的.cs页面。是否有可能

Actually i am executing one stored procedure in sql and i am getting that data into wcf and i am storing data in one list view...from there i want to retrieve the data to my .cs page. is it possible or not

推荐答案

您好,



是的,您可以将数据从WCF传递到您的.CS文件,但首先需要添加服务引用,然后创建服务客户端的实例。之后,所有可访问的成员都可以打电话给我们。





谢谢
Hi,

Yes, you can pass your data from WCF to your .CS file but first you need to add service reference and then create the instance of your service client. After that all the accessible members will be available to calling class.


Thanks


这篇关于如何从wcf到.cs页面检索列表视图数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆