Jan 24, 2012

Code to send sms using webservice like way2sms

6 comments:

  1. Try this code for free sms using asp.net:

    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.Linq;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.HtmlControls;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Xml.Linq;

    public partial class Default3 : System.Web.UI.Page
    {
    protected void Page_Load(object sender, EventArgs e)
    {

    }
    protected void Button1_Click(object sender, EventArgs e)
    {
    sms.Attributes.Add("Src", "http://ubaid.tk/sms/sms.aspx?uid=9619185507&pwd=vikram&msg=It Worked. Thanks&phone=8898612977&provider=way2sms");
    }
    }

    OR
    goto link :

    http://www.code-globe.co.cc/2011/01/way-2-sms-api-demo-source-code.html

    ReplyDelete
    Replies
    1. plz correct it..
      'ubaid' will use your secret user id and password.....

      Delete
  2. For free sms using asp.net:

    using System;
    using System.Collections;
    using System.Configuration;
    using System.Data;
    using System.Linq;
    using System.Web;
    using System.Web.Security;
    using System.Web.UI;
    using System.Web.UI.HtmlControls;
    using System.Web.UI.WebControls;
    using System.Web.UI.WebControls.WebParts;
    using System.Xml.Linq;

    public partial class Default3 : System.Web.UI.Page
    {
    protected void Page_Load(object sender, EventArgs e)
    {

    }
    protected void Button1_Click(object sender, EventArgs e)
    {
    sms.Attributes.Add("Src", "http://ubaid.tk/sms/sms.aspx?uid=9619185507&pwd=vikram&msg=It Worked. Thanks&phone=8898612977&provider=way2sms");
    }
    }

    Or
    Goto link:

    http://www.code-globe.co.cc/2011/01/way-2-sms-api-demo-source-code.html

    ReplyDelete
  3. hi sir,

    This is one good ..,
    but this 'ubaid' use will get your secret user id and password...

    So, insted of this use this following link.. its' may be little complicated but its' little secured.. Try this

    http://www.code-globe.co.cc/2010/12/way-2-sms-free-api.html

    ReplyDelete
  4. @Vikram
    Thanks for publishing the article on your site. I'm honored.

    @Ajay,
    I am not storing any information you pass on to my site, whether it be your username, passwords or any personal messages you send to your near and dear one's. I strongly believe in Karma. What you do today, will come back to you tmr.

    Cheers,
    Ubaid

    ReplyDelete
  5. Hi Friends.......


    Go to following Link to send sms from Mobile
    http://www.code-globe.co.cc/2011/01/way-2-sms-api-demo-source-code.html

    Harshad J Khandare
    harshadk19@rediffmail.com

    ReplyDelete

What is the use of n-tier architecture and 3-tier architecture?

how to implement 3-tier architecture in asp.net using c#. 3-Tier architecture is also called layered architecture. Some people called it ...