forum.venkateswarlu.net
      Register      Login
Create an application for sending SMS From asp.net to Mobiles

2 replies to this topic

Karunanidhi K #1
Member
14 Points
Posted on 29 Oct 2013 11:16 AM IST

In this appliation we have to send SMS from Asp.net to mobiles. The MObile number  and Message can be given at rum time only. We won't give that before compiling

 
Dot Net     822 views     Reply to this topic
Jahnavi N #2
Member
164 Points
Replied on 29 Oct 2013 08:41 PM IST
Different ways to send SMS using Asp.Net?

  • Using a GSM modem:
    Better when one wants to implement offline applications and a very small number of SMS go every minute, usually few 10s.
  • Using web service:
    Better when it is an online application and a very few number of SMS go every minute, usually few 10s.
  • Using endpoints given by service the provider:
    Better when the number of SMS exceeds a few 100s per minute. Service provider demands a commitment of at least 100,000 SMS per month.
 
Reply to this topic
Jahnavi N #3
Member
164 Points
Replied on 29 Oct 2013 08:48 PM IST
Sending SMS using .NET

Sending SMS From Asp.Net Application

 
Reply to this topic