Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old April 19th, 2005, 12:52 AM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default "Send SMS from Website to Mobile Phone"

Can you help me to send SMS from website to mobile phone?

R.Sasikumar
 
Old April 19th, 2005, 03:34 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Some phones supporting text messages have an email address usually of [email protected], which you can email the phone that way...

Brian
 
Old April 19th, 2005, 04:17 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

"Standard text messaging rates apply."


[ -1 for sarcasm ]
 
Old April 28th, 2005, 09:22 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,101
Thanks: 0
Thanked 2 Times in 2 Posts
Default

Thanks Ryan.

Hal Levy
I am here to help you, not do it for you.
That is, unless you hire me. I am looking for work.
 
Old May 9th, 2005, 05:13 AM
Registered User
 
Join Date: May 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi all,

Add this Web Service to your project:
http://www.webservicex.net/SendSMS.asmx?WSDL

Code Behind:

Namespace to be used : net.webservicex.www

Using this simple coding..... it will work out.

SendSMS s = new SendSMS();
s.SendSMSToIndia("121221255","Ganesh","this is test message");

Please note that this web service can be used to send sms within India.

Regards,
Ganesh






Similar Threads
Thread Thread Starter Forum Replies Last Post
Sending SMS from Computer to Mobile Phone prasanthrc Apache Tomcat 3 November 6th, 2013 05:13 AM
Getting mobile phone number yukijocelyn C# 2005 0 May 28th, 2008 11:43 PM
how to send sms unsng gsm phone with C# code thulasi606 C# 2005 3 October 9th, 2007 11:02 PM
send sms to mobile angelboy C# 2005 1 January 17th, 2007 03:28 PM
How to Send SMS to cell phone from asp.net webform somissac General .NET 1 March 12th, 2005 01:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.