protected void Page_Load(object sender, EventArgs e)
        {
            userinfo  user  = new userinfo();
            DataTable table = user.SocialStyle(Session["username"].ToString());

            DataList1.DataSource = table;
            DataList1.DataBind();
        }