Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a asp.net web site hosted in server.I am the admin user ,i want to send a message to all the ,those are currently logged in our website.Message will display immediately in user desktop for once, How can i do this ,Kindly suggest me
Posted
Comments
ZurdoDev 2-Apr-13 7:17am    
Servers cannot "push" messags to client browsers for security reasons. You'll need to create a JS function on the client side that polls the server.
Sandeep Mewara 2-Apr-13 10:01am    
Post it as an answer.

1 solution

Servers cannot "push" messags to client browsers for security reasons. You'll need to create a JS function on the client side that polls the server.
 
Share this answer
 
Comments
fjdiewornncalwe 2-Apr-13 12:51pm    
My 5.
Maciej Los 3-Apr-13 6:42am    
Agree with Marcus, +5!

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