8
Answers

how to send notification one user to another user

i want to send a notification to one user to another user. if click the notification i want to display the show the sender gridview... i want example code ..
Answers (8)
1
Shakti Singh Dulawat

Shakti Singh Dulawat

NA 6.4k 127k 8y

Basically SignalR enables you to send push notifications to the clients. Which exact underlying technique it uses is influenced by the capabilities of the Server and the Client.

There is a big real time chat site called jabbR that is built on top of SignalR:

http://jabbr.net/

Here are some more links that should get you started.

  • Project site: http://signalr.net/
  • Hosted Code (Open Source): https://github.com/SignalR/SignalR
  • Wiki: https://github.com/SignalR/SignalR/wiki
  • Projects using it: https://github.com/SignalR/SignalR/wiki/Projects-Using-SignalR

You can use http://www.encodedna.com/jquery/create-a-facebook-like-notifications-using-jquery-css.htm for display design of notifications

Accepted
0
Rubiya Rajamanickam

Rubiya Rajamanickam

NA 72 1.9k 8y
thank you very much........
0
Rubiya Rajamanickam

Rubiya Rajamanickam

NA 72 1.9k 8y
sir,
  this link is only for send the notifications how can i click and access the notification.
and then if i saw the notification means it cann't highlighted and new notification comes then highlight the new notification...  
0
Shakti Singh Dulawat

Shakti Singh Dulawat

NA 6.4k 127k 8y
Please follow

Sending Notifications using ASP.NET SignalR

http://www.codeguru.com/csharp/.net/sending-notifications-using-asp.net-signalr.htm
0
Rubiya Rajamanickam

Rubiya Rajamanickam

NA 72 1.9k 8y
sir, 
  i want code for ASP.NET ,C# please give any related link other wise explain briefly  
0
Shakti Singh Dulawat

Shakti Singh Dulawat

NA 6.4k 127k 8y
Just basic idea to move on
Suppose you have table
ID (PrimaryKey) NotificationByUserId (ForeignKey)  IsNotified (Bool) (Default false)

When any activity happen please insert record in this table and use following article to refresh record from table in an time interval
 
http://ajax.asp.net/ajax/documentation/live/tutorials/timercontrolwithupdatepanelstutorial.aspx
 
Once record view done please mark IsNotified as False

I hope this will help you to move on
0
Rubiya Rajamanickam

Rubiya Rajamanickam

NA 72 1.9k 8y
for example facebook , my friend like my profile picture means i got the notification and i click the notification i want see like her photo... otherwise like a C# Corner notification
i want this type of code in ASP .Net Webforms and C# 
0
Shakti Singh Dulawat

Shakti Singh Dulawat

NA 6.4k 127k 8y
You question is not clear
 1) You did not mentions what are you using asp.net MVC or web forums and with which language
2) Where you want to display notification, do you want to display notification like c# Corner  notification