how can programmatically post user's data to other web page and get result?
-
hi i want to create an ASP.NET application that one of it's part is dictionary. in this part i want to get user's word and send it to the a dictionary web page and after translate with this dictionary (site),i want to get result and show it in the my web application. finally how can i related between my web application and other sites or web pages??? in other word, how can programmatically post user's data to other web page and get result? tanks :rose:
-
hi i want to create an ASP.NET application that one of it's part is dictionary. in this part i want to get user's word and send it to the a dictionary web page and after translate with this dictionary (site),i want to get result and show it in the my web application. finally how can i related between my web application and other sites or web pages??? in other word, how can programmatically post user's data to other web page and get result? tanks :rose:
You need to use the services provided by other web sites
Thanks and Regards Sandeep If If you look at what you do not have in life, you don't have anything, If you look at what you have in life, you have everything... "
-
hi i want to create an ASP.NET application that one of it's part is dictionary. in this part i want to get user's word and send it to the a dictionary web page and after translate with this dictionary (site),i want to get result and show it in the my web application. finally how can i related between my web application and other sites or web pages??? in other word, how can programmatically post user's data to other web page and get result? tanks :rose:
The easiest way would be to look for a web service to do this, but otherwise you will have to use some kind of screen scraping. Do a google search for screen scraping in asp.net and you should find plenty of articles. If you do decide to use web services i have used http://services.aonaware.com/DictService/DictService.asmx[^]