Connecting Tech Pros Worldwide Help | Site Map

send SMS using asp.net(C#) 2.0

  #1  
Old August 12th, 2008, 07:35 AM
nil
Guest
 
Posts: n/a
Hello everyone,

I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application like www.160by2.com which allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:

1. Web service (Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)

I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.

Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.

Any help will be appreciated !

Regards,
Nil
"Never Expect..Never Regret"
  #2  
Old August 12th, 2008, 08:05 AM
Sriram Srivatsan
Guest
 
Posts: n/a

re: send SMS using asp.net(C#) 2.0


ASP.NET does NOT have any inbuilt API support to send out an SMS. You need
to go for a third party solution or use something that is found on the
Internet.

There could also be some sites that expose a web service interface for you
to consume to send out a SMS but these may or may not be reliable.

Point is.. no default support in ASP.NET. Infact you can send out an email
but cant receive an email using the Base class library.

"nil" <NileshThakker786@gmail.comwrote in message
news:59ff1373-d15b-41ed-a185-684867cd9cec@1g2000pre.googlegroups.com...
Quote:
Hello everyone,
>
I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application like www.160by2.com which allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:
>
1. Web service (Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)
>
I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.
>
Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.
>
Any help will be appreciated !
>
Regards,
Nil
"Never Expect..Never Regret"

  #3  
Old August 12th, 2008, 09:55 AM
nil
Guest
 
Posts: n/a

re: send SMS using asp.net(C#) 2.0


On Aug 12, 12:02*pm, "Sriram Srivatsan" <sriramsrivat...@srasys.co.in>
wrote:
Quote:
ASP.NET does NOT have any inbuilt API support to send out an SMS. You need
to go for a third party solution or use something that is found on the
Internet.
>
There could also be some sites that expose a web service interface for you
to consume to send out a SMS but these may or may not be reliable.
>
Point is.. no default support in ASP.NET. Infact you can send out an email
but cant receive an email using the Base class library.
>
"nil" <NileshThakker...@gmail.comwrote in message
>
news:59ff1373-d15b-41ed-a185-684867cd9cec@1g2000pre.googlegroups.com...
>
Quote:
Hello everyone,
>
Quote:
I just wanted to develop one web application which allows users to
send an SMS to any mobile free of charge or i can say that i want to
develop web application likewww.160by2.comwhich allows users to send
SMS for free of charge and you can send the same message to multiple
people (Max 10) with full ajax support. I searched on the net and
found many codes and articles and through those articles i came to
know that for that kind of application, i required either of the
following things:
>
Quote:
1. Web service * *(Third party web services that are free but not
working or not delivering the sms)
2. GSM Modem * ( I don't have any idea about this)
3. SMS Gateway ( I don't have any idea about this)
>
Quote:
I can use either of the following and my work will be done. but if i
can have free web service which is really working then it would be
great or even i am ready to pay for that but charge should be minimal
and support multiple message sending or suggest good gsm modem and how
i can make such an application with it.
>
Quote:
Please guide me through this. From where do i start? and one more
thing is that does asp.net 2.0 have inbuilt libraries that provide any
facility to send an SMS.
>
Quote:
Any help will be appreciated !
>
Quote:
Regards,
Nil
"Never Expect..Never Regret"
Thanks sriram..thanks a lot..but do you have any information about any
of the option that i described in my previous post or anything other
than i can use to develop web application like www.160by2.com

Regards,
Nil
"Never expect Never Regret"
  #4  
Old August 12th, 2008, 10:05 AM
Mark Rae [MVP]
Guest
 
Posts: n/a

re: send SMS using asp.net(C#) 2.0


"nil" <NileshThakker786@gmail.comwrote in message
news:bec9bd4e-56ee-4444-9f82-35ef20883d97@v1g2000pra.googlegroups.com...
Quote:
do you have any information about any of the options that I described
GIYF:
http://www.google.co.uk/search?sourc...P%2eNET%22+SMS

As with everything which the .NET Framework doesn't support natively, there
are literally dozens of 3rd-party solutions - pick one that you like and use
it.


--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
send SMS using C# 2.0 nil answers 0 August 12th, 2008 07:45 AM
Sending SMS from dotnet application srivineel answers 4 June 1st, 2008 02:24 PM
to send and receive SMS from PC to Mobile using asp.net,C# jai80 answers 1 December 22nd, 2006 07:20 AM
how to send sms messages to mobiles through asp.net application yoshitha answers 1 December 10th, 2005 11:05 PM