posting data from mobile
how to write source code. when client send data through mobile . how to write source code for posting data using c# asp.net
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Wim SturkenboomPosted Dec 8, 2014, 9:53 AM
A browser is a browser so there is no difference between a browser on a mobile phone, a browser on the Linux platform or whatever.
//Edit
Thinking about the question, do you want an application (and not a browser) to post to a webserver? In that case, you need to implement (parts of) the http protocol.