Click here to Skip to main content
15,886,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi

I am trying to create an online shopping kind of asp.net web application.I need to show notifications in the front end when ever a new product comes in, or a product stock is going to be over or in similar situations.I am currently using an update panel and checking the server every few minutes, but this will not be live data also if there is no data i dont need to go to server (like in facebook whenever someone comments on you, you get a notification in front end). Basically the notification should come from the server to the logged in users browsers. Is there a way to do this?

Thanks
Posted

There is a way to do so, but it is not free.

See the site http://www.udaparts.com/document/articles/dbpush.htm[^]
 
Share this answer
 
Check this tutorial (like in facebook ):
http://www.magic-dev.com/send-notification-signalr.htm[^]
 
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