help me
-
hi, How to schedule an aspx page.. I had created an application to send emails.. I want to send emails once/twice for a week, I had call the method to send an Email in page_load event.. but how to put aspx page in schedule tasks..of System.. thanking you Balu
-
hi, How to schedule an aspx page.. I had created an application to send emails.. I want to send emails once/twice for a week, I had call the method to send an Email in page_load event.. but how to put aspx page in schedule tasks..of System.. thanking you Balu
I think you've misunderstood the technology somewhere. If you want to create an applictation to send emails once or twice a week, why not create console application that the task scheduler can launch in the background for you?
"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." --Charles Babbage (1791-1871) My: Website | Blog
-
hi, How to schedule an aspx page.. I had created an application to send emails.. I want to send emails once/twice for a week, I had call the method to send an Email in page_load event.. but how to put aspx page in schedule tasks..of System.. thanking you Balu
Please don't cross post. Please write a useful subject. --- It might be possible, but it would be quite a detour, and not a very stable solution. Do as Colin Angus Mackay suggests and create a console application instead or a web page. --- b { font-weight: normal; } -- modified at 8:50 Saturday 13th May, 2006