Dec 19, 2006 #1 afybim Technical User Nov 13, 2002 16 TR Hi, I want to send e-mail messages at a specific date determined by textbox or calendar object. Is it possible with asp.net? Thanks..
Hi, I want to send e-mail messages at a specific date determined by textbox or calendar object. Is it possible with asp.net? Thanks..
Dec 19, 2006 #2 ca8msm Programmer May 9, 2002 11,327 GB Web sites aren't designed to do act like this. They simply wait for a request and send a response once they receive it. I'd look at using a Windows Service for something like this with the date being provided by a database or flat file. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Web sites aren't designed to do act like this. They simply wait for a request and send a response once they receive it. I'd look at using a Windows Service for something like this with the date being provided by a database or flat file. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Dec 19, 2006 Thread starter #3 afybim Technical User Nov 13, 2002 16 TR How can i create a windows service? Upvote 0 Downvote
Dec 19, 2006 #4 ca8msm Programmer May 9, 2002 11,327 GB Have a look on Google and if you get any problems, try asking in the VB.NET or C# forums as they are for Windows programming. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
Have a look on Google and if you get any problems, try asking in the VB.NET or C# forums as they are for Windows programming. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.