Click here to Skip to main content
15,896,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello all, i am trying to implement a sms panel in my 'ASP' application(C#).
where i m sending the sms to multiple contacts.
i want to create that module as user is free to go anywhere in app after he initiate the sending process. if he return to that same form he will be able to see the sending process..
If any one has idea to do that.please help me.
Posted
Comments
KaushalJB 21-Jul-14 5:11am    
You need to create a simple windows service with the same code that you use in your page, which will run on some time on every minute any fetch the data that you have saved in DB to send sms to your contact's list.. which will not matter in whatever page u traversing..

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