Hi, anyone have a better way to post data to server instead of using the PostClient api ??
I tried to use PostClient but it posted null to server while other platforms work well in posting.
Hi, anyone have a better way to post data to server instead of using the PostClient api ??
I tried to use PostClient but it posted null to server while other platforms work well in posting.
Hi acoo9,
You can use the UploadStringAsync method of WebClient to send data to a server from a Windowsphone 7 application.
sreerajvr
I would recomend you to use Fiddler to see exacly whats being transmited and/or received. perhaps the problem is not on the origin but on destination.
Check it here: http://www.fiddler2.com/fiddler2/
Cheers
João Cardoso