I devloping application for Windows Phone
I use Visual Studio express 2010 c# for Windows Phone
How to do request to web page wrom c# code.
I devloping application for Windows Phone I use Visual Studio express 2010 c# for
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Without getting any code from you (the usual what have you tried question), I can give you just a few links… You can use the HpptWebRequest or the WebClient classes.
Here is a tutorial for both.