Gaurav Arora
Gaurav Arora

Reputation: 2324

How to get alerts at client side

I want to set an alert service for my website users for there tasks.

These alerts are like Messenger alerts. My web site is in asp.net C#.

Here is the scenario I want to set for alerts:

I retrieve the alert messages for users through a webservice and I want utility which displays alerts for users at client site.

Can anyone help me to sort out the problem?

Upvotes: 0

Views: 427

Answers (2)

deadbug
deadbug

Reputation: 4819

jGrowl works and is free

Upvotes: 1

hadi teo
hadi teo

Reputation: 936

There is a 3rd party which is not free : http://www.intersoftpt.com/WebDesktop/Notification

Upvotes: 0

Related Questions