|
-
Oct 27th, 2009, 08:30 PM
#1
Thread Starter
Addicted Member
[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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|