Click here to Skip to main content
16,012,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
I am facing a big problem , i am sending some data through query string to other website ,
How can i get a response that is there any error after posting , i cannot able to get any response from that website .

also they are not interested to write any webservice and am not able to see their code too,

Please Advice

Thanks in Advance
Raj
Posted

1 solution

also they are not interested to write any webservice and am not able to see their code too,
This only means that the website you are trying to access has no webservice hosted for data and they have no plans either in near future. Now, in order to get something from that website, you need to do page scrapping.

Have a look at this:
MSDN: WebRequest Class details with sample[^]

Other Samples:
CP Vanity[^]
The Code Project Forum Analyzer : Find out how much of a life you don't have![^]
 
Share this answer
 
Comments
Raj Bose 9-Jun-11 11:02am    
Thanks i am checking and let u know :)
Raj Bose 9-Jun-11 11:39am    
my issue solved thanks
Sandeep Mewara 9-Jun-11 12:01pm    
Good to know.
Monjurul Habib 9-Jun-11 17:57pm    
nice links, my 5.
Sandeep Mewara 9-Jun-11 23:28pm    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900