Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi friends i have asp.net application in which i sending sms using API code my application work properly, but my requirement is that i want to send sms distincly i means to say,

Suppose i type a msg in my textbox :

Dear #fathername# your ward #childname# is #result#

The #fathername# will be changed with Father Name of Current student as comming data from database #childneme# with student name and #result# with result like pass / fail. I have completed all these steps, but the problem is that how can i send these multiple sms to multiple number.

plz help me on this topic i am using c# and Sql 2005 in my application

Thanks & Regards

Rathi
Posted
Updated 16-May-11 2:29am
v2

1 solution

The same way you do now. If you can send 1 SMS now, then just do it the same way and change what is needed.
 
Share this answer
 
Comments
Parveen Rathi 16-May-11 8:59am    
but sir i find the distinct msg by using a for loop and i want to send all the sms in one time i can do so with for loop but is that possible to send all distinct msg to all number in one time
Kim Togo 16-May-11 9:12am    
You can build all SMS first, and then send all SMS one at the time.

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