944,084 Members | Top Members by Rank

Ad:
  • ASP.NET Discussion Thread
  • Marked Solved
  • Views: 31371
  • ASP.NET RSS
Jan 27th, 2006
0

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

Expand Post »
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?
Similar Threads
Reputation Points: 10
Solved Threads: 0
Junior Poster in Training
Naters_uk is offline Offline
50 posts
since Jun 2005
Feb 2nd, 2006
0

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

I believe there are classes built into the .NET Compact Framework for Short Message Service.
Team Colleague
Reputation Points: 227
Solved Threads: 37
Made Her Cry
tgreer is offline Offline
1,697 posts
since Dec 2004
Feb 10th, 2006
0

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

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.
Reputation Points: 26
Solved Threads: 11
Posting Whiz in Training
f1 fan is offline Offline
275 posts
since Jan 2006
Jul 18th, 2007
0

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

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
Reputation Points: 10
Solved Threads: 1
Newbie Poster
rodrod is offline Offline
4 posts
since Jul 2007
Feb 4th, 2008
0

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

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.
Reputation Points: 10
Solved Threads: 1
Newbie Poster
asif.khan is offline Offline
1 posts
since Feb 2008
Feb 4th, 2008
0

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

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!
Reputation Points: 10
Solved Threads: 4
Junior Poster in Training
a496761 is offline Offline
62 posts
since Feb 2008
Oct 16th, 2008
0

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

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
Reputation Points: 10
Solved Threads: 0
Newbie Poster
jalpaeol is offline Offline
5 posts
since Oct 2008

This thread is solved

Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP.NET Forum Timeline: call RPG AS/400 code from ASP.NET
Next Thread in ASP.NET Forum Timeline: text box that should only accept alphabets...





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC