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?
-
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?
-
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?
The only real way to do this in ASP.NET, is to flood the server with AJAX calls. ASP.NET is not really suited to doing this, unless it's a low traffic site, or you have big servers.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
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?
-
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?
-
Sabari MD wrote:
Ajax is providing tools for that messenger type popus
This is not the main concern how to show the alert. The main concern is how invoke the alert on timely manner.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
Sabari MD wrote:
Ajax is providing tools for that messenger type popus
This is not the main concern how to show the alert. The main concern is how invoke the alert on timely manner.
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article