Click here to Skip to main content
15,903,388 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,
i need to send sms to particular user who is registering with us about username and passwords...

it also includes sending of alerts to his mobile

can u provide me some solutions....
Posted

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
 
Comments
thatraja 13-Jun-11 12:11pm    
Well, 5!
Sandeep Mewara 13-Jun-11 12:51pm    
Thanks sir!
thatraja 13-Jun-11 12:53pm    
Please cut the 'sir', otherwise I'll call you grandpa or something funny.
Already I'm worrying about my age :sigh: :(
Sandeep Mewara 13-Jun-11 13:00pm    
Thats not fair. What about you calling 'Chris' & 'Pete' as 'Dude'?
:P
thatraja 13-Jun-11 13:32pm    
I hope dude means not about old age. Its just about a bachelor or individual like me. But it would make them happy when I was calling like that.
You could always chek on the internet to see if there is a website that might help you find information. If it doesn't exist, you could invent it and make a fortune! Just call it Google[^] so that people remember it.
 
Share this answer
 
Hey look at this project u will find the solution



http://www.dotnetspark.com/kb/4197-sending-sms-from-asp-net.aspx





watch it.....
 
Share this answer
 
ur require to purchase sms packages from vendor site to those account u require to pass ur sms data and mobileno


like


Response.Redirect("www.---.com?username="+username+"&password="+password+"&mobno="+mobno+"&textmsg="+msg);


like that u require use query string

it depends on the vendor site
 
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