Hi, In visual basic I can create an event which triggers a routine when something happens to some data.

Is it possible to do the same thing but tell an ASP page that an event has occurred?

Eg: I create a DLL which I then instantiate via an ASP page. When something happens in the COM object (Event is triggered) I want the ASP page to output a message to the users web browser.

Can I do this?

Cheers
MarkusJ