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" <> wrote in message
news:...
> 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
>