Ejemplo n.º 1
0
    protected void BindCeshiChengjiHuizong()
    {
        string    username  = ((FormsIdentity)HttpContext.Current.User.Identity).Ticket.Name;
        string    kechengid = Session["kechengid"].ToString();
        string    banjiid   = Request.QueryString["banjiid"];
        DataTable ds        = CeshiInfo.CeshiHuizong(username, kechengid, banjiid);

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