Hi, anyone here can help me? i dont have any idea to do it. =( Is it need to use HttpWebRequest? how does it works? can explain to me ?
i want to pass data from a asp.net page's textbox to a textbox in a given URL/ a given website, how can i do it?
For example, i want to pass a text box value which is entered by a user in my asp page, then the textbox value will be passed to the website's text box and get the response.
I want to pass some data to a website-for example WWW.EXPEDIA.COM.MY then call the submit button of the given website from my ASP.NET page, then get response from it.
Which means when user fill in the textbox in my asp.net page, WWW.EXPEDIA.COM.MY the hotel search textbox will be auto fill in with the data (such as the date) that user typed in my ASP.NET page. and this will call the submit button of the website, so that the given website can response.
waiting for reply. thanks