Click here to Skip to main content
15,900,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey Guys,

My Application contains sending mails from users and to users

i 've a page called Inbox through which the user can show his received messages

i want the user to be notified when he has a new message so i will change the page Name from Inbox to Inbox(1) so the user knows that he has a new message

any Ideas???
Posted
Updated 28-Jul-13 23:45pm
v3
Comments
Dholakiya Ankit 29-Jul-13 5:46am    
codeproject also have notifications check this what u have tried?
_ProgProg_ 29-Jul-13 5:48am    
how can i get that??

This question doesn't really suit 'Quick Answer' section.

You also don't seem to have done basic search on the topic. This[^] would give you a start.

You would also like to check out SignalR[^] library for ASP.NET. Quoting first line from their site - ASP.NET SignalR is a new library for ASP.NET developers that makes it incredibly simple to add real-time web functionality to your applications.

Hope that helps you get started.
 
Share this answer
 
In your application if you are using telerik controls then you can use RadNotification control to notify the user.


Refer this link for your reference :
http://demos.telerik.com/aspnet-ajax/notification/examples/overview/defaultcs.aspx[^]
 
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