Click here to Skip to main content
15,906,708 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

In my company we have 10 systems connected in a LAN.

I have to display a popup message in all 10 systems (ex:- if time is 12:00PM I have to show it is IT's lunch time in all
systems).

Using asp.net or C#, is this possible?

If possible can i get any solutions for this.
Posted
Updated 31-Jul-11 22:33pm
v4
Comments
Dalek Dave 1-Aug-11 3:32am    
Edited for Grammar, Syntax and Readability.

From what I know, you can't do this in ASP.Net because of its client-server nature. My best bet would be a windows application.
 
Share this answer
 
Comments
Abhinav S 1-Aug-11 3:32am    
My 5.
walterhevedeich 1-Aug-11 3:53am    
Thanks Abhinav.
Dalek Dave 1-Aug-11 3:32am    
Beat me too it!
walterhevedeich 1-Aug-11 3:53am    
Just got lucky. Thanks DD.
Create a windows application and create a setup for "click once" deployment.
 
Share this answer
 
Windows Services may helps you...........To fulfill your requirement
 
Share this answer
 
Comments
Abhinav S 1-Aug-11 3:35am    
Not in this case. Every user will need to install the service, which is not viable for an ASP.Net application.
Displaying a popup is easy - see ASP.NET Popup Control[^] for an example.
Doing it a certain time period over LAN is not that easy.
Using something like COMET may help you achieve some sort of a solution.
 
Share this answer
 
You would need the individual clients machines to poll a server for a centralised message.


That message could be controlled by a time function or input by an idividual.

Certainly it would have to be an app, otherwise you could do it via IM.

It would not be an ASP control though.
 
Share this answer
 
Its not in asp.net or c#, but could you use a simple NET SEND[^] command and create some scheduled jobs to run them?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900