Send SMS with ASP.NET Webform, (Codebehind VB.NET)

Thread Solved

Join Date: Jun 2005
Posts: 50
Reputation: Naters_uk is an unknown quantity at this point 
Solved Threads: 0
Naters_uk Naters_uk is offline Offline
Junior Poster in Training

Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #1
Jan 27th, 2006
Is it possible to send sms from an asp.net webform? :eek:

I have searched multiple sites, but can't really find anything useful..any advices?
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #2
Feb 2nd, 2006
I believe there are classes built into the .NET Compact Framework for Short Message Service.
Reply With Quote Quick reply to this message  
Join Date: Jan 2006
Posts: 275
Reputation: f1 fan is an unknown quantity at this point 
Solved Threads: 11
f1 fan f1 fan is offline Offline
Posting Whiz in Training

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #3
Feb 10th, 2006
sms is complex and not free but can be done. There are gateways which you can setup with your provider. There is a way to do it via email and is usually mobilenumber@carrierssmsmail.tld i know them for usa but not for uk. I would think vodafone would be mobilenumber@vodafone.net.uk but dont quote me on it.
Reply With Quote Quick reply to this message  
Join Date: Jul 2007
Posts: 4
Reputation: rodrod is an unknown quantity at this point 
Solved Threads: 1
rodrod rodrod is offline Offline
Newbie Poster

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #4
Jul 18th, 2007
Hello everyone. I am new to VB.NET and ive been assinged an SMS send/receive (PC to mobile) applcation...I would be very grateful if anyone can help/tutor/send sample code for help.
Thanks guyz, ROD (developer at MEA)
<snipped>
Last edited by peter_budo; Feb 4th, 2008 at 1:22 pm. Reason: Email address removed
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1
Reputation: asif.khan is an unknown quantity at this point 
Solved Threads: 1
asif.khan asif.khan is offline Offline
Newbie Poster

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #5
Feb 4th, 2008
Sending SMS through your web or winforms application is not very complicated. you can do this through one of the following routes:-

1. Through a gateway : You'll need to subscribe to a gateway services which would allow you to send sms either through a web service or simple HTTP posts. The gateway however will charge you per sms and most of the gateways offer worldwide coverage with guaranteed delivery. i'd go along with this mechanism as it is simpler and easier to implement. I have integrated sms gateways in a couple of recent projects and it works perfectly fine.

2. Connect a GSM modem to your machine. .NET framework 2.0 comes with builtin libraries using which you can send/receive sms and in addition could even control the behaviour of your application based ont the replies you receive. same can be done if you go down the line in option 1.

hope this helps
Last edited by asif.khan; Feb 4th, 2008 at 12:31 pm.
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 62
Reputation: a496761 is an unknown quantity at this point 
Solved Threads: 4
a496761 a496761 is offline Offline
Junior Poster in Training

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #6
Feb 4th, 2008
It really depends on what wireless carriers you want to be able to send sms to. It seems that every wireless site I've been involved with has had a different way of processing the messages. Some are as simple as sending an email to an email address with the recipient's phone number, and others involve SOAP with handshakes and the whole 9 yards. I agree the best bet to reach the widest range of recipients is to find a third party service. One thing to keep in mind, is you will want to implement CAPTCHA or something similar... very important in this kind of app. Good Luck!
Reply With Quote Quick reply to this message  
Join Date: Oct 2008
Posts: 5
Reputation: jalpaeol is an unknown quantity at this point 
Solved Threads: 0
jalpaeol jalpaeol is offline Offline
Newbie Poster

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #7
Oct 16th, 2008
Can you explain me in more details how this work & how u did it sucessfully.


If you can expalin my example of code then better for me


Thanks
Reply With Quote Quick reply to this message  
Join Date: Nov 2008
Posts: 3
Reputation: wire2air is an unknown quantity at this point 
Solved Threads: 0
wire2air wire2air is offline Offline
Newbie Poster

Re: Send SMS with ASP.NET Webform, (Codebehind VB.NET)

 
0
  #8
Nov 21st, 2008
Hi,

Why don't you try Txtimpact.

They provide Activ X as wel as HTTP API.

Here is the site

http://www.txtimpact.com/

Try it............
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 21464 | Replies: 7
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC