Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
sheena
Starting Member
45 Posts |
Posted - 2007-05-17 : 06:28:24
|
Hello frdz, I want to create the reminder service page which reminds me to do the things of that month on the first day of month.It should be continued every month.I have searched on net but not able to find only able to get the information of the reminder software download.If anyone can help me to code to set time for reminder alert on every month then it will be grateful.Atleast suggest me some points on how to perform how the timer can be set in ASP.NET 2005 with C#.It the web-application not a window application.Pls help me....Any answer or help which can guide me is appreciated.. |
|
cvraghu
Posting Yak Master
187 Posts |
Posted - 2007-05-17 : 18:34:35
|
Please explain why you want reminder service to be a Web page. If the person does not view the page he will not be reminded! If it is going to be a web page, what is your idea of using timer? If you just want to display the To-Dos in a page - 1. Create a table to store To-Do and datetime. 2. Display the list of To-Do in web page. |
|
|
sheena
Starting Member
45 Posts |
Posted - 2007-05-17 : 23:32:45
|
Thanxs... My application is based on the intranet. I have already created the table with the to-do and datetime. What i want is to remind me for the customer service who are regular to give a call n then deliver them service as of medicines or it gives reminder if the stock gets empty. I don't know how to do with the C#. In VB it was done thru timer and that to in windows application.So,pls suggest me. |
|
|
|
|
|