Click here to Skip to main content
15,906,081 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
am developing windows mobile 7 application using c# (siverlight).in my apps i want send two string data's(username and password) to my web service which i have reference in my apps.based on my two strings (username and password) needs to fetch the particular data from web service.so please suggest some sample c# code or demo for sending data to web service and fetching the data from web service using c#.

thanks in advance.
Posted

 
Share this answer
 
There's also information and code samples in the Silverlight documentation[^]. See the section "Accessing HTTP and REST-Based Services Directly"[^].

(Don't forget to stick with Silverlight 3 compatible stuff for Windows Phone 7)
 
Share this answer
 
v2

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