Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. sending free sms

sending free sms

Scheduled Pinned Locked Moved C#
csharpcomhelp
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    razanabanu
    wrote on last edited by
    #1

    Hi friends im using the code given below.but im not able to send sms. try { SmsTesting.net.webservicex.www.SendSMS smsIndia= new SmsTesting.net.webservicex.www.SendSMS(); SmsTesting.com.webservicex.www.SendSMSWorld smsWorld = new SmsTesting.com.webservicex.www.SendSMSWorld(); if(rdoType.SelectedValue == "1") smsIndia.SendSMSToIndia(txtMobileNo.Text.Trim(), txtEmailId.Text.Trim(), txtMessage.Text); else smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Sent Succesfully"; } catch(Exception ex) { lblMessage.Visible = true; lblMessage.Text="Error in Sending message"+ex.ToString(); }

    Hi,Im Razana

    C A 2 Replies Last reply
    0
    • R razanabanu

      Hi friends im using the code given below.but im not able to send sms. try { SmsTesting.net.webservicex.www.SendSMS smsIndia= new SmsTesting.net.webservicex.www.SendSMS(); SmsTesting.com.webservicex.www.SendSMSWorld smsWorld = new SmsTesting.com.webservicex.www.SendSMSWorld(); if(rdoType.SelectedValue == "1") smsIndia.SendSMSToIndia(txtMobileNo.Text.Trim(), txtEmailId.Text.Trim(), txtMessage.Text); else smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Sent Succesfully"; } catch(Exception ex) { lblMessage.Visible = true; lblMessage.Text="Error in Sending message"+ex.ToString(); }

      Hi,Im Razana

      C Offline
      C Offline
      Colin Angus Mackay
      wrote on last edited by
      #2

      razanabanu wrote:

      Hi friends im using the code given below.but im not able to send sms

      Well, Since we are most unlikely to know much about the proprietary framework you are using to send SMS it is unlikely we can help. Does the company that produce the SMS framework not provide support? And if they do, they will need more information about the problem than "but im not able to send sms" - How exactly are you not able to send them? Do you get an error? If so, what is it? If not what happens?

      Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Follow up on hiring a software developer * The Value of Smaller Methods My website | blog

      1 Reply Last reply
      0
      • R razanabanu

        Hi friends im using the code given below.but im not able to send sms. try { SmsTesting.net.webservicex.www.SendSMS smsIndia= new SmsTesting.net.webservicex.www.SendSMS(); SmsTesting.com.webservicex.www.SendSMSWorld smsWorld = new SmsTesting.com.webservicex.www.SendSMSWorld(); if(rdoType.SelectedValue == "1") smsIndia.SendSMSToIndia(txtMobileNo.Text.Trim(), txtEmailId.Text.Trim(), txtMessage.Text); else smsWorld.sendSMS(txtEmailId.Text.Trim(), txtCountryCode.Text.Trim(), txtMobileNo.Text.Trim(), txtMessage.Text); lblMessage.Visible = true; lblMessage.Text="Message Sent Succesfully"; } catch(Exception ex) { lblMessage.Visible = true; lblMessage.Text="Error in Sending message"+ex.ToString(); }

        Hi,Im Razana

        A Offline
        A Offline
        Abhijit Jana
        wrote on last edited by
        #3

        razanabanu wrote:

        SmsTesting.net.webservicex.www.SendSMS smsIndia= new SmsTesting.net.webservicex.www.SendSMS(); SmsTesting.com.webservicex.www.SendSMSWorld smsWorld = new SmsTesting.com.webservicex.www.SendSMSWorld();

        are you able to access this things????

        Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups