Click here to Skip to main content
15,887,477 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Hi,
In my project im going to implement sms concept.But i dnt have any idea about this sms concept.plz help me how to send sms.
Posted

Hi,

See this video:

http://www.youtube.com/watch?v=5grdP6E9FPQ[^]

Also, see this article:

How to Send SMS Messages from C# using an SQL Database[^]

the trick that is provided in video will also work for ASP.NET (Web Applications) also.
 
Share this answer
 
v3
Comments
Sandeep Mewara 7-May-12 6:58am    
Both are Winforms link. OP tagged it as ASP.NET.
Vipin_Arora 10-May-12 0:58am    
trick that is provided in video will also work for ASP.NET also.
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. Articles and discussions above should help you out.
 
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