Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
HI ALL,

I have one data grid view in that i have one column called Date, when user fill all data along with future date, I want it like when that date comes, popup messages should display on same date on my main form. And when i delete that entry pop message should not display for that particular entry.

Please suggest code for this !!!
Highly Appreciate It!! :)
Posted
Comments
[no name] 31-Aug-12 9:28am    
Okay.... perfectly vague question. Get the date from the database and match it with the current date. If they are equal then show your reminder.
Nueman 31-Aug-12 9:49am    
I seriously doubt someone will code this for you, particularly when your question is not clear. Revise your question with small snippets of relevant code. This will maximize your chances of getting an answer.

1 solution

Hi,

You can use Calendar DayView Control[^]. this will do schedule for your alert.

Now your next step is to store this Date and Time information along with the UserId in the database.

In your Form you can create one Timer and With every Tic event of Timer control you can fetch data from the database. This data would be the reminders. Once user click on the Disclaim button that reminder will not popup anymore.

Hope i answered your query.
Thanks
-Amit Gajjar
 
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