コード例 #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            string y = Session["stuid"].ToString().Trim();

            Liebiao.DataSource = StudentBLL.GetALL();
            Liebiao.DataBind();
        }
コード例 #2
0
 protected void Xianshi_Click(object sender, EventArgs e)
 {
     Liebiao.DataSource = StudentBLL.GetALL();
     Liebiao.DataBind();
 }
コード例 #3
0
 protected void Page_Load(object sender, EventArgs e)
 {
     Liebiao.DataSource = StudentBLL.GetALL();
     Liebiao.DataBind();
 }