Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a simple online voting system targeting intranet users (the users in my office domain).

Now when a new survey is posted for voting I want to notify the users automatically and prompt them to go to the site and vote [something like tray notification]

Can any one suggest me how to acheive this utilizing C#

[I don't want to send mail notifications]

[EDIT : I want to sent client notifications ( tray notification ) from server. How can I do this ]

Thanks .
Posted
Updated 14-Mar-12 20:12pm
v3

1 solution

Hi,
if your project is running for intranet only for your office domain you can go for something different like
WPF Taskbar Notifier - A WPF Taskbar Notification Window[^]
 
Share this answer
 
Comments
Lakamraju Raghuram 15-Mar-12 2:11am    
I have to sent notifications (preferably tray notifications) to users from server. I want to know how this can be done

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