dfs3000my 0 Newbie Poster

Hi,

I have a problem that I want to solve and I was told that I could use ASP.NET caching to solve it. Below is my scenario:

Users are required to fill up a certain type of questionnaire which has a deadline that is set by an administrator. Take for example the deadline is 31st January 2009. The system would do a daily task which is to check which questionnaire has not been attempted. It will then send email reminders to those users who have, say 5 more days, till the deadline is approaching.

According to a user, the ASP.NET cache could be set to check the database every 24 hours but I am not too sure how. Can someone help me please?

Thanks in advance.