Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a WCF service which returns few rows of data to windows mobile application .But datatable class is not present in windows mobile. How to send few rows of data from wcf to windows mobile app.

Any code available so that i can receive data in windows mobile application.

How to retrieve data from result in windows mobile app ?
Posted

1 solution

A. Well, obviously you need to provide overloaded method wich will cast you datatable rows to list for your domain objects (or Array) on you WCF side.
B. How to retrieve data from result in windows mobile app ?
For examlple, after you have received data from wfc service , you will need to iterate thought this collection and perform add operation to your list box.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900