Possible Duplicate:
sms from our site
I want to send SMS from my asp.net application. Suppose there will be 2 text boxes in my UI, one for mobile or cell phone number and another one is for message writing. When I will click the submit button then this SMS will be send to that cell number.
I want to use my cell phone number as transmission number.
Please inform me the possible ways.
I am using asp.net C#
You need to find a gateway or such kind of service first. The service provider will probably offer you the method or API to integrate your web site to their service. This topic has also been discussed in these forums for several times before. You can search for those threads and see if they are suitable for you.