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

I have to implement a reminder functionality in my project..like it should give a popup reminding about the task a logged in user has to do at particular date and time.

I have downloaded popup control from ASP.NET Popup Control[^]

I have written code on masterpage to popup the reminder..but it only works only when a page is posted back...even though I have taken a timer control on master page. Please help
Posted

This[^] might help you
 
Share this answer
 
Ask the same question in author's forum man, you can get the solution quickly. Here[^]
 
Share this answer
 
You can do this using AJAX and query the server say every 30 seconds or whatever interval suits your needs. When the server responds that a task is about to be due you popup a message using javascript. I personally find popups a pain in the a** and really annoying as they distract and interrupt me from what I'm currently doing.
I would favor the approach to display said reminder in a prominent position on the page and it may even have some kind of animation running next to it to capture my attention. Playing a sound is also a viable option, but don't do as windows does and think: [Start rant]"Nothing can be more important than what I have to tell you right now, so please stop working and pay attention to me!" [End rant]
unless it was vital to the application itself that I pay immeadiate attention.

Caveat: If your users work worldwide you need to make sure the reminder service works in all timezones. Just a tip, from somone who actually ran into this situation! :)

Regards,

Manfred
 
Share this answer
 
v3

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