track the changes done on another website
-
Is there any way to track the changes done on another website. Like if there any price change of a perticular product on a product site then it should be reflected on my website.
Mahendra Bisht.
MB_1981 wrote:
Is there any way to track the changes done on another website. Like if there any price change of a perticular product on a product site then it should be reflected on my website.
How did you read the content from other site? using RSS or What ?
cheers, Abhijit CodeProject MVP
-
MB_1981 wrote:
Is there any way to track the changes done on another website. Like if there any price change of a perticular product on a product site then it should be reflected on my website.
How did you read the content from other site? using RSS or What ?
cheers, Abhijit CodeProject MVP
-
right now i have not apporached any way to read the contents from another site.
Mahendra Bisht.
If you're talking about a simple web site where they ain't providing any sort of web service, or functionality then the only way to do it would be to store a copy and periodically compare the current version with your stored version.
___________________________________________ .\\axxx (That's an 'M')
-
If you're talking about a simple web site where they ain't providing any sort of web service, or functionality then the only way to do it would be to store a copy and periodically compare the current version with your stored version.
___________________________________________ .\\axxx (That's an 'M')
-
there may be more then one website and they are not providing any webservice.
Mahendra Bisht.
MB_1981 wrote:
there may be more then one website and they are not providing any webservice.
then how you are going to read the data. I think first of all you should know how to read the data from that sites, then only you can think of update.
cheers, Abhijit CodeProject MVP
-
MB_1981 wrote:
there may be more then one website and they are not providing any webservice.
then how you are going to read the data. I think first of all you should know how to read the data from that sites, then only you can think of update.
cheers, Abhijit CodeProject MVP