Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Experts,

I am working in ASP.NET

I want to send sms from my website to mobile and message send is only one way from my website to mobile.

So which are the basic requirements for doing this stuff in ASP.Net with Sql Server as back end.

If you have any code for this than send me asap.

Thank You
Prashant
Posted
Updated 14-Oct-10 23:34pm
v2

See Here[^]

This has been addressed before, so I hope the link helps.
 
Share this answer
 
Comments
raju melveetilpurayil 15-Oct-10 6:11am    
good answer ;)
you basically need to call your phone service provider and ask them, they will give you a reference to a web service from which you can call things like
'
phonewebsvc.SendSMS('0871055514', 'hi jane...', ...);
 
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