Click here to Skip to main content
15,908,444 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
ho to all,
in my asp.net c# web application , I want to schedule some method for future. Exact requirement is that want to schedule sms for particular date and time. I can send sms by sms gate way now but want to call that method as user want.

How its possible? please help ...

Thanks in advance..
Posted
Comments
Sanjeev Alamuri 20-Oct-12 2:53am    
Use windows services.
Avinash_Pathak 20-Oct-12 2:59am    
i have never used windows service...can u show me how to use it?

1 solution

Windows Service! should do what you seek.

Sample:
Simple Windows Service which sends auto Email alerts[^]

MSDN: Details about Windows Service:
Introduction to Windows Service Applications[^]


For sending SMS, you can use similar logic as present for emails above.
 
Share this answer
 
Comments
Avinash_Pathak 20-Oct-12 5:25am    
i go through this but how to call this service on user define date and time? want to send sms/email on specific date and time...
Sandeep Mewara 20-Oct-12 5:26am    
User specified date and time will be stored somewhere - use that. Go through the articles.

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