This is a migrated thread and some comments may be shown as answers.

Push Notifications in .Net web form application

2 Answers 460 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Subhashini
Top achievements
Rank 1
Subhashini asked on 09 Mar 2016, 08:43 PM

Hi,

I am using RadNotifications to display success/fail messages for user induced database updates. Is it possible to use RadNotifications when an event occurs in the server due to some timer actions. For e.g., I am checking for inserts and updates in a database table for every 5 minutes and displaying the count in a label. I want to push notify the user on any DB updates in this timer event. Is that possible ?

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 10 Mar 2016, 07:39 AM

Hi Subhashini,

RadNotification does not offer built-in push notification capabilities. What I can suggest is the following:

  1. use a library like SignalR to get the push notifications to the browser (i.e., a JS event)
  2. use the client-side API of the RadNotification control to set its text, title and to show it: http://docs.telerik.com/devtools/aspnet-ajax/controls/notification/client-side-programming/radnotification-object.


Regards,

Marin Bratanov
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Subhashini
Top achievements
Rank 1
answered on 11 Mar 2016, 03:21 PM

Thanks for the prompt reply. I was thinking the same. Also I wanted to just to make sure I was not missing anything.

Tags
Notification
Asked by
Subhashini
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Subhashini
Top achievements
Rank 1
Share this question
or