Click here to Skip to main content
15,892,072 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Show Reminder Window Pin
Not Active27-Sep-10 2:34
mentorNot Active27-Sep-10 2:34 
GeneralRe: Show Reminder Window Pin
vishnukamath27-Sep-10 19:06
vishnukamath27-Sep-10 19:06 
GeneralRe: Show Reminder Window Pin
Not Active28-Sep-10 1:22
mentorNot Active28-Sep-10 1:22 
AnswerRe: Show Reminder Window Pin
5fingers27-Sep-10 22:02
5fingers27-Sep-10 22:02 
GeneralRe: Show Reminder Window Pin
vishnukamath27-Sep-10 23:55
vishnukamath27-Sep-10 23:55 
AnswerRe: Show Reminder Window Pin
Karthik. A28-Sep-10 6:21
Karthik. A28-Sep-10 6:21 
GeneralRe: Show Reminder Window Pin
vishnukamath28-Sep-10 19:03
vishnukamath28-Sep-10 19:03 
GeneralRe: Show Reminder Window Pin
Karthik. A29-Sep-10 10:53
Karthik. A29-Sep-10 10:53 
You could do something like this, but this may not be the best solution.

* Once the user logs in on Page_Load verify whether the user has any remainders and show it if it matches w/ the remainder date/time.
* If there are none, you could then find if there are any remainders in the near future say, in the next "few" minutes, you will have to decide this "few"
* If there are remainders set up in the next "few" minutes, use javascript (setTimeOut) to wait for that time and then when its the time to dispaly the remainder get it from the server using AJAX and display it.
* If the user navigates away from this page to another page, the same rule applies.
* If the user is in a page where-in he can set remainders, you need to have a javascript function that is being called w/ setTimeOut to verify if there are any remainders to be displayed

PS - Again this may not be the best solution as this one was an immediate solution that occurred to me.
Cheers,
Karthik

Questionlogin.aspx Pin
Ajay Kale New27-Sep-10 0:10
Ajay Kale New27-Sep-10 0:10 
AnswerRepeat and spam Pin
Not Active27-Sep-10 2:29
mentorNot Active27-Sep-10 2:29 
GeneralRe: Repeat and spam Pin
Ajay Kale New27-Sep-10 2:35
Ajay Kale New27-Sep-10 2:35 
GeneralRe: Repeat and spam Pin
5fingers28-Sep-10 1:15
5fingers28-Sep-10 1:15 
GeneralRe: Repeat and spam Pin
Ajay Kale New28-Sep-10 1:22
Ajay Kale New28-Sep-10 1:22 
Questionsending parameter to webmethod - autocomplete extender Pin
rajkumar.326-Sep-10 21:12
rajkumar.326-Sep-10 21:12 
Questionsession fixation Pin
padmanabhan N26-Sep-10 21:06
padmanabhan N26-Sep-10 21:06 
QuestionPage.RegisterStartupScript Pin
Member 387988126-Sep-10 19:33
Member 387988126-Sep-10 19:33 
AnswerRe: Page.RegisterStartupScript Pin
Abhijit Jana26-Sep-10 20:50
professionalAbhijit Jana26-Sep-10 20:50 
GeneralRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:40
mentorNot Active27-Sep-10 2:40 
GeneralRe: Page.RegisterStartupScript Pin
Abhijit Jana27-Sep-10 5:50
professionalAbhijit Jana27-Sep-10 5:50 
AnswerRe: Page.RegisterStartupScript Pin
Not Active27-Sep-10 2:38
mentorNot Active27-Sep-10 2:38 
Questionsql update blank when use use with master page Pin
OUCH NIRAN26-Sep-10 18:21
OUCH NIRAN26-Sep-10 18:21 
AnswerRe: sql update blank when use use with master page Pin
Abhijit Jana26-Sep-10 19:24
professionalAbhijit Jana26-Sep-10 19:24 
GeneralRe: sql update blank when use use with master page Pin
OUCH NIRAN3-Oct-10 18:24
OUCH NIRAN3-Oct-10 18:24 
QuestionDynamic Compilation Pin
Gamzun25-Sep-10 12:10
Gamzun25-Sep-10 12:10 
AnswerRe: Dynamic Compilation Pin
Keith Barrow25-Sep-10 12:13
professionalKeith Barrow25-Sep-10 12:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.