Results 1 to 11 of 11

Thread: [RESOLVED] AJAX texbox - Get continous real-time output from Windows Service

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 2002
    Posts
    146

    Resolved [RESOLVED] AJAX texbox - Get continous real-time output from Windows Service

    My Windows Service outputs some information continuously.
    I'm intending to display that output on a webpage in real time.
    What would be the easiest way to go about this?


    I'm thinking of making the page access the windows service through remoting. (Make a remotable object and call its method in some periodic interval to get the output from the windows service).

    I can handle that part.

    But I am kinda blur how to actually display the output on the webpage.

    Should I use a textbox with auto-fresh (if there's such a thing)
    or should I use AJAX?


    Sorry I'm very new to ASP.NET. But i am familiar with C# and VB
    Last edited by winterslam; Nov 2nd, 2009 at 08:17 AM.

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