protected void Button1_Click(object sender, EventArgs e)
    {
        string url = "http://193.27.73.63/Mob_service/Default.aspx?action=mob_0";
        //string url = "http://*****:*****@mob.mo";
        lgt.password = "******";

        string result = HttpPostRequest(url, lgt);
        //TextBox1.Text += "\r\n" + result;
    }
    protected void Button2_Click(object sender, EventArgs e)
    {
        string url = "http://193.27.73.63/Mob_service/Default.aspx?action=mob_1";
        //string url = "http://*****:*****@mob.mo";
        lgt.password = "******";
        lgt.token    = "3fd6243ac1d4d76fc8356fad04ef6211d46bcf3c99b9177a816dd4fc46e8a010";

        string result = HttpPostRequest(url, lgt);
        //TextBox1.Text += "\r\n  Farm Stat:   " + result;
    }