How to continuously monitor for specific content in a website

  • Thread starter Thread starter Raja
  • Start date Start date
R

Raja

Hi All,
I am very new to .net programming and my project requirement is to
continuously monitor for specific content in a website.

How do i achieve this task?

Can anyone help me in this reagard?

Thanks in Advance!!

Regards,
Raja
 
Hello Raja,

There is no notification that site was changed, you need manually browse
content, save it and diff with previous saved one.
Use WebRequest/WebResponse classes for this

R> Hi All,
R> I am very new to .net programming and my project requirement is to
R> continuously monitor for specific content in a website.
R> How do i achieve this task?
R>
R> Can anyone help me in this reagard?
R>
R> Thanks in Advance!!
R>
R> Regards,
R> Raja
---
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Back
Top