Results 1 to 3 of 3

Thread: Events in ASP

  1. #1

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375

    Events in ASP

    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

  2. #2
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    Because of the stateless nature of HTTP, you can't really do it. You could do something like put a ActiveX control or Java Applet on a page that maintains a connection with an app on the server, and then it could be notified of events.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  3. #3

    Thread Starter
    Hyperactive Member MarkusJ_NZ's Avatar
    Join Date
    Jun 2001
    Posts
    375
    Thanks, I thought as much

    Regards
    MarkusJ

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width