Exemplo n.º 1
0
 protected void followuser_Click(object sender, ImageClickEventArgs e)
 {
     m.Follow(p.user_id, Session["selectid"].ToString());
     m.count(Session["selectid"].ToString(), out twt, out fol, out follr, out img);
     Label6.Text          = follr.ToString();
     followuser.Visible   = false;
     unfollowuser.Visible = true;
 }