Click here to Skip to main content
15,912,665 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
How to impliment automatic notification in asp.net csharp ?
I am using asp.net framework 3.5 & sql server 2008. I want to display new message notification in particular page or master page in asp.net. Please suggest me how i can impliment this ?


Thanks & Regards
Ganu Varu Sharma.
Posted

1 solution

Hi,

Do you want some information on page with given date exceeded or like sending message from one user to other user ? if is it so, then you can follow below steps.

1) you need one timer function that checks after particular time interval for new updates.
2) your content will be inside UpdatePanel so page will not be refreshed. and better to use json if possible.
3) you can use jQuery notice for popup in your asp.net page.

hope this information will help you to resolve your problem.

thanks
-amit.
 
Share this answer
 
Comments
Ganu Sharma 19-Jan-12 7:07am    
Thanks sir.
I already used update panel and ajax Timer control.
Can you tell me another better way.
Ganu Sharma 19-Jan-12 7:07am    
Thanks.

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