Hi friends,
First of all i am doing a Windows application. Not a web application.
Now i am doing on application to send SMS (Short message) from System to Mobile.
Here, i am using a http URL to push the message having parameters To (number) and Msg (test message).
after forming the URL, like
Here i mentioned 3 for ip address, X for passwords and user id because of confidential.
After sending this URL, i am receiving some text like "Message Send Successfully", in the browser window.
Just i want to read the text and store in the database.
My problem is: how can i read the text from the web browser.
please held me!