Exemplo n.º 1
0
        //gridview 显示
        public void showGridview()
        {
            DataTable table = user.InSocial(Session["socialNumber"].ToString());

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