Click here to Skip to main content
15,887,283 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

i sent the sms using asp.net . but particular time the message need to send . and Checking the particular time automatically and send sms.

Thanks & Regards,

Jeeva
Posted
Comments
[no name] 17-Aug-12 9:29am    
Use a windows service or task scheduler.
Jeeva G 21-Aug-12 3:22am    
Thanks wes aday,

i dont konw how to assign time in task scheduler

1 solution

Hi,

Hopefully you have API to send your SMS. As "Wes Aday" says you can Create Task Scheduler and you need to create one application that can send SMS.

You can add that exe file in Task Scheduler and configure the time to execute your application. Task scheduler will execute your exe. I have used Task scheduler to download my nightly build form Remote server.

Hope you got idea,

Thanks
-Amit Gajjar.
 
Share this answer
 

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