Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
anyone have idea how to send sms to mobile in asp.net.i want when user fill registration form user id and password will sent to mobile.
Posted

It requires cell providers access using .. like modem / authorized web service. check for that.
 
Share this answer
 
Comments
invisible@123 17-May-11 13:53pm    
i check web service but these web services are not free.if anyone know please suggest code
Look at these:
Articles:
Sending SMS using .NET through Web service[^]
Sending SMS text messages using ASP.NET scripts[^]
Discussion links:
sending sms using vb.net[^]
how to send sms through asp.net with c#? [^]

Nutshell: ASP.NET does NOT have any inbuilt API support to send out an SMS. You need to go for a third party solution or use something that is found on the Internet. Further, I really doubt if you will get anything free but you can try!
 
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