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


I am creating a forum using asp.net,c#


Now i want to show a popup window when someone post a message on the forum.

I do like to do this by checking sql table for new entries.


I googled for this and got may ideas, but thats not helpful for me.


Can anyone give me a solution that will help a beginner?


Thanks
Posted
Updated 23-Feb-12 17:39pm
v2

You need another application to interface to have an icon in the system tray. Nice reference at: http://msdotnetsupport.blogspot.com/2008/02/cnet-application-windows-system-tray.html[^]
 
Share this answer
 
Comments
kishore Rajendran 23-Feb-12 23:38pm    
Popup window i mean, and asp.net,c#
If you want to do using web, then you have to use ajax and regularly check for changes. If you found new messages then use popcontrol of ajax, this solution will be browser window wise i.e if you minimize browser popup will not show.
If you want system tray message then you have to develop desktop based application which will regularly check new messages and pop up if found new messages here are some examples
TaskbarNotifier, a skinnable MSN Messenger-like popup in C# and now in VB.NET too[^]
Form appearance effect and notification window[^]
 
Share this answer
 
Comments
kishore Rajendran 24-Feb-12 0:06am    
No,we can do it in website.i am sure
Nasir M@hmood 24-Feb-12 23:32pm    
i don't think so can you provide me any example,it will new information for me.
kishore Rajendran 27-Feb-12 6:44am    
We can do it using webservice!!
Nasir M@hmood 28-Feb-12 0:26am    
any practically example ?????

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