How to acess a website using own asp.net page?
问题 I here want to call another website url, login into it, and use one of its function using my asp.net project. I'm working on a project in asp.net where my web based program will send sms to mobile phones. Since I don't want to subscribe to any gateways or similar, I found this website: http://sms80.com Now what I want to do is, from my asp.net page I need to access this website, login and use its service but all this must be done hidden programatically in my asp.net page. I somehow inspected