-3

i am newbie for windows phone app.Can anyone tell me how can i perform HTTP request with post method step by step .I search a lot on Google not found any solution .Please help me.I got error : {Invalid Request}. My database is in MySQL.I am using visual studio 2012 ultimate.

Grant Thomas
  • 44,454
  • 10
  • 85
  • 129
Akash
  • 47
  • 1
  • 8
  • Find my answer for the same question [here][1] [1]: http://stackoverflow.com/questions/18058974/request-response-windows-phone/18072726#18072726 Check this one. – Vijay.P Aug 06 '13 at 12:07
  • I refer link given by you but it will give me error that is invalid request .i want to login authentication in my app.for that username and password is user input.now can you explain me in that context.?it will more helpful to me. – Akash Aug 06 '13 at 12:36
  • If you're new to Windows Phone then [I'd recommend WebClient as it's easier to use](http://stackoverflow.com/questions/12528675/post-method-in-webclient) – Neil Turner Aug 06 '13 at 14:39
  • Neil Turner i refer your link.But when i click on button there is nothing done . – Akash Aug 07 '13 at 07:52

1 Answers1

0

You will find samples for just about everything Windows Phone either on:

Specifically for your request you should check the following examples which all detail how to do HTTP requests / results on WP

Darkside
  • 1,722
  • 14
  • 19