ASP.Net to SMS Text for UK

  • Thread starter Thread starter robin9876
  • Start date Start date
R

robin9876

I am looking to send a SMS text to a UK based phones from an ASP.Net
application. What methods are there of sending SMS messages to these
phones?
 
I am looking to send a SMS text to a UK based phones from an ASP.Net
application. What methods are there of sending SMS messages to these
phones?

1) Launch your internet browser (e.g. IE, FireFox, Netscape, Opera etc)

2) Navigate to http://www.google.co.uk

3) Enter the text below in the box:

"ASP.NET" SMS UK

4) Hit the button
 
The framework has no native support for SMS. It does have support for
making web requests which is how 99.9% of SMS gateways handle client
interactions. Many of the web based services can be interacted with via C#
very easily and products such as NowSMS can easily be operated via ASP.NET.

--
Regards

John Timney (MVP)
VISIT MY WEBSITE:
http://www.johntimney.com
 
Back
Top