473,405 Members | 2,141 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

SMS Alerts throught ASP.Net 2.0

Hello All,

I have following queries:

How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?

How to Check that particular mobile device/number support this
service?

What if the mobile support this service but b'coz of this
service is chargable the user disabled it?

Thanks & Regards
Kausar
Jul 17 '06 #1
4 1861
To send and recieve SMS you need an SMS gateway - which can be a mobile
phone connected to a PC running apporpriate software to communicate through
it. Take a look at nowSMS, a useful gateway that works with many phones for
inbound and outbound messaging and has an easy to wrap internal web server
to operate it via local http based requests.

I would however think that a web based srevice certainly for outbound
messaging will be cheaper.
--
Regards

John Timney (MVP)

"Kausar" <ka************@suviinfo.comwrote in message
news:uG**************@TK2MSFTNGP05.phx.gbl...
Hello All,

I have following queries:

How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?

How to Check that particular mobile device/number support this
service?

What if the mobile support this service but b'coz of this
service is chargable the user disabled it?

Thanks & Regards
Kausar

Jul 17 '06 #2
Hello John,

I want to know, Does Microsoft provide any framework for sending
SMS?
Can't we create a component using Window's CE and deploy it to
ASP.NET for this purpose?

Thanks & Regards
Kausar

"John Timney (MVP)" <x_****@timney.eclipse.co.ukwrote in message
news:0f******************************@eclipse.net. uk...
To send and recieve SMS you need an SMS gateway - which can be a mobile
phone connected to a PC running apporpriate software to communicate
through it. Take a look at nowSMS, a useful gateway that works with many
phones for inbound and outbound messaging and has an easy to wrap internal
web server to operate it via local http based requests.

I would however think that a web based srevice certainly for outbound
messaging will be cheaper.
--
Regards

John Timney (MVP)

"Kausar" <ka************@suviinfo.comwrote in message
news:uG**************@TK2MSFTNGP05.phx.gbl...
>Hello All,

I have following queries:

How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd Party
webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?

How to Check that particular mobile device/number support this
service?

What if the mobile support this service but b'coz of this
service is chargable the user disabled it?

Thanks & Regards
Kausar


Jul 18 '06 #3
No, 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)
"Kausar" <ka************@suviinfo.comwrote in message
news:%2****************@TK2MSFTNGP04.phx.gbl...
Hello John,

I want to know, Does Microsoft provide any framework for
sending SMS?
Can't we create a component using Window's CE and deploy it to
ASP.NET for this purpose?

Thanks & Regards
Kausar

"John Timney (MVP)" <x_****@timney.eclipse.co.ukwrote in message
news:0f******************************@eclipse.net. uk...
>To send and recieve SMS you need an SMS gateway - which can be a mobile
phone connected to a PC running apporpriate software to communicate
through it. Take a look at nowSMS, a useful gateway that works with many
phones for inbound and outbound messaging and has an easy to wrap
internal web server to operate it via local http based requests.

I would however think that a web based srevice certainly for outbound
messaging will be cheaper.
--
Regards

John Timney (MVP)

"Kausar" <ka************@suviinfo.comwrote in message
news:uG**************@TK2MSFTNGP05.phx.gbl...
>>Hello All,

I have following queries:

How to Send/Receive SMS(Short Message Service) Alerts through
ASP.NET application.
Although, I found this
http://www.codeproject.com/aspnet/SendingSMS.asp which uses the 3rd
Party webservices for this purpose.
but i don't wanna rely on this 3rd Party service. How can i
create this on my own?

How to Check that particular mobile device/number support
this service?

What if the mobile support this service but b'coz of this
service is chargable the user disabled it?

Thanks & Regards
Kausar



Jul 18 '06 #4
If you just need a simple software to send out SMS via a phone, you can
try this freeware that supports HTTP interface -
http://www.visualgsm.com/products_vgsmlite.htm

Aug 14 '06 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: ryan baldwin | last post by:
Hi, I posted this in the GotDotNet .NET Alerts forum, but that was 3 days ago and still no reply so I'll try my luck here. My apologies if there's a better group to post this question in, but at...
1
by: haydnw | last post by:
Hi I have just discovered .NET alerts - they would be very useful for an application I am currently building using ASP.NET. However, the information I can find on the MS website is a bit sparse,...
1
by: rhompi | last post by:
Hi, I have a problem displaying korean characters in javascript alerts. Korean characters are displayed fine in menus, webpages, buttons,etc. except in javascript alerts. Can anyone please help...
2
by: Luis Esteban Valencia | last post by:
Is there a way to send timed alerts to ALL web clients conencted to the IIS server (on a server level)? IF NOT Is there a way to send timed alerts to ALL web clients using a certain .Net web...
0
by: Ran W. | last post by:
Hi, I have installed MS alerts SDK for .NET and have followed their instructions and sample code (mainly working with their PPE environment). However, I am having some problems making sure that...
4
by: nick | last post by:
Is it possible to disable/suppress alert popups in javascript? I need to write a function that will loop through a form's inputs and "manually" fire their onchange events (if found). Some of those...
7
by: swethasivaram | last post by:
Hello I have a Java-based web application whose interface can be in multiple languages. My requirement is that the javascript alerts that I display should be displayed in the language in which...
1
by: =?Utf-8?B?R2VvcmdlIFIu?= | last post by:
I used to get text message alerts from mobile.live saying I had a new Hotmail e-mail. Now it says I reached my limit. I went in to My Alerts and checked everything. It said it would reset. I double...
1
by: ishakteyran | last post by:
hi everyone, i am making a calendar notification system. say İ have a table named alerts and it has columns such as : e-mail, mobileNo, alerttype(can be sms, e-mail or both), alertdate, alerttime...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.