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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top