Ejemplo n.º 1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string y = Session["stuid"].ToString().Trim();

            Liebiao.DataSource = StudentBLL.GetALL();
            Liebiao.DataBind();
        }
Ejemplo n.º 2
0
 protected void Xianshi_Click(object sender, EventArgs e)
 {
     Liebiao.DataSource = StudentBLL.GetALL();
     Liebiao.DataBind();
 }
Ejemplo n.º 3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Liebiao.DataSource = StudentBLL.GetALL();
     Liebiao.DataBind();
 }