In my application feedback form will be used .i have to send feedback information to server.please help me how to send information to server in windows phone.
In my application feedback form will be used .i have to send feedback information
Share
You could use the EmailTask:
or you could publish a web service or you could have a web page that you point the WebBrowser control to.
It all depends on the way you want to receive the feedback and (perhaps) continue the conversation.