Hi Luis:
You can apply the same technique you currently use with the
FileSystemWatcher. What you'll have to do is have the web forms poll
from the client, perhaps by using a META tag to refresh every X
seconds.
--
Scott
http://www.OdeToCode.com/blogs/scott/
On Fri, 3 Jun 2005 09:32:31 -0500, "Luis Esteban Valencia Muñoz"
<(E-Mail Removed)> wrote:
>Hi everyone,
> I created a VB.NET application that looks at a folder
>in my local system from which I can read the file, enter data into the
>database and delete the file. I am using the filewatcher class.. However I
>need to do the same with ASP.NET. I want this application to be running all
>the time and I want the changes to be reflected on the ASP.NET page i.e the
>graphs on the ASP.NET page reflect the data that is being entered in the
>database from the files.
>
>thank you
>