Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
i have a simple application in windows form and c# . user set some follow up date in system those date are store in sql database column datatyle is datetime. now in fature user lofin the application he/she will see a aleart form on based on those flooow up date, now i explain with example today user set a follow up date as 12-Sep=2015,now when user login on 12th sep an aleart form show all the record which are having same date.
Posted
Comments
ZurdoDev 10-Sep-15 7:41am    
And your question is?
Member 10273293 11-Sep-15 0:04am    
this is my question
today user set a follow up date as 12-Sep=2015,now when user login on 12th sep an aleart form show all the record which are having same date. how?

1 solution

-Query your alert db table for records with alert date 12-9-2015
-Create an form with a datagrid in it and place it in an dialog
-Bind the datagrid with the data from the first step
 
Share this answer
 
Comments
Member 10273293 19-Sep-15 3:14am    
thanks for your reply
i have already solve it

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