how to send sms from asp.net application to mobile

Last post 12-04-2009 5:32 PM by muthukkumaran. 26 replies.

Sort Posts:

  • Re: how to send sms from asp.net application to mobile

    05-11-2009, 8:58 AM
    • Member
      6 point Member
    • GuruTL
    • Member since 05-09-2009, 5:38 AM
    • Posts 3

     HI  chandradev

      I am getting Authentication Failed error . I am not able to send sms ,..

  • Re: how to send sms from asp.net application to mobile

    05-12-2009, 12:19 AM
    • Member
      153 point Member
    • chandradev1
    • Member since 11-19-2008, 9:50 AM
    • Bangalore(India)
    • Posts 131

    Hi friend

    Firstly you go to that site and register there.Then you will get userId, password and API_ID . Then you keep in the the source code. It will work.

    Chandra Dev
  • Re: how to send sms from asp.net application to mobile

    07-20-2009, 5:35 AM

    thanks brother my email is

    myasirmemon@gmail.com

    kindly send me

    thanks

  • Re: how to send sms from asp.net application to mobile

    09-14-2009, 3:44 PM
    • Member
      10 point Member
    • zeeshan992
    • Member since 09-03-2009, 8:00 PM
    • Posts 8

     Hi

    is there any code which can help me sending SMS without GSM Modem . I have visited http://www.ozekisms.com/ but it requires GSM modem

     

    thks

     

  • Send me the bulk sms site to register in it

    11-13-2009, 8:14 AM
    • Member
      14 point Member
    • Bani
    • Member since 11-13-2009, 1:07 PM
    • Posts 7

    Hi Chandra Dev,

             I want to create the SMS sending option in my application. so as you told i followed the steps. send me the bulk sms site to register in it.

  • Re: Send me the bulk sms site to register in it

    11-13-2009, 9:03 AM
    • Member
      153 point Member
    • chandradev1
    • Member since 11-19-2008, 9:50 AM
    • Bangalore(India)
    • Posts 131

    hi

    did u get free Test sms  for check your code ? You will get 10 free sms for test perpose. After that you have to purchase from that site. so many site are providing this service.

    Chandra Dev
  • Tell the bulk sms Web site to register in it

    11-13-2009, 11:32 PM
    • Member
      14 point Member
    • Bani
    • Member since 11-13-2009, 1:07 PM
    • Posts 7

    hi,

       In which website i want to register to send the SMS in order to get that API_ID.

  • Re: Tell the bulk sms Web site to register in it

    11-14-2009, 12:07 AM
    • Member
      153 point Member
    • chandradev1
    • Member since 11-19-2008, 9:50 AM
    • Bangalore(India)
    • Posts 131

    Hi

    check this website

    http://www.clickatell.com/index2.php



    Chandra Dev
  • Re: how to send sms from asp.net application to mobile

    11-14-2009, 9:35 PM

    are you give some other detailed about error

    Regard
    Anirudha Gupta
    http://anirudhagupta.blogspot.com

    Mark As answer if i truely helped you

    learn from videos


    Read our Blog
    Mark as answer if your problem is solved
  • Re: how to send sms from asp.net application to mobile

    11-23-2009, 6:00 AM
    • Member
      6 point Member
    • jayakumari
    • Member since 11-23-2009, 10:58 AM
    • Posts 4

    can you explain about to send sms from pc to mobile.. with coding of asp.net.. full coding i need


  • Re: how to send sms from asp.net application to mobile

    12-02-2009, 6:57 AM
    • Member
      32 point Member
    • spiritssoft
    • Member since 07-27-2009, 11:42 AM
    • Dharmapuri, Trichy, Madurai, Salem
    • Posts 11

    use this Website To Send SMS All Over India

    http://www.spiritssoft.com/smswidget.htm

    http://www.spiritssoft.com/smswidget.aspx

    Add this code to html using IFrame:

     <iframe src="http://www.spiritssoft.com/smswidget.htm" width="468px" scrolling="no"   border="0" frameborder="0" name="I1"></iframe>


    From : Spirits Soft Technology
    www.spiritssoft.com



    www.spiritssoft.com

    World Spirits
  • Re: how to send sms from asp.net application to mobile

    12-04-2009, 5:32 PM
    • Member
      2 point Member
    • muthukkumaran
    • Member since 12-04-2009, 5:02 PM
    • Posts 1

    HAI ; 

    Try this method


    Send SMS Messages Via API | Receive Messages Via API

    ASP:


    sstrData = "version=2.0" 
    sstrData = "To=" & [Mobile Number]
    sstrData = sstrData + "&From=27126" 
    sstrData = sstrData + "&UserId=XXXXX" 
    SstrData = sstrData + "&Password=XXXXX"
    SstrData = sstrData + "&vasid=XXXX"
    SstrData = sstrData + "&networkid=44"
    SstrData = sstrData + "&profileid=2"
    SstrData = sstrData + "&Text=Demo Message"


    Set myhttp=CreateObject ("Msxml2.XMLHTTP") 

    Myhttp.open ("POST", "http://smsapi.TxtImpact.com/smsadmin/submitsm.aspx", false) 

    Myhttp.setRequestHeader "Content-Type", "application/x-www-form-urlencoded"

    Myhttp.send sstrData
    Response.write myhttp.responsetext
    Set myhttp = Nothing

    Mobile Marketing and SMS Gateway Solution Get Instant Action to Your Marketing Our SMS Gateway Services








    Filed under: , ,
Page 2 of 2 (27 items) < Previous 1 2