Beispiel #1
0
    private void showwai()
    {
        LearnSite.BLL.Room rbll = new LearnSite.BLL.Room();
        DataList_wai.DataSource = rbll.GetAllGrade();
        DataList_wai.DataBind();
        DataList_enwai.DataSource = DataList_wai.DataSource;
        DataList_enwai.DataBind();

        LearnSite.BLL.Ptyper pbll = new LearnSite.BLL.Ptyper();

        DataList_allc.DataSource = pbll.ShowSchoolTopTypeScore(gettop());
        DataList_allc.DataBind();

        LearnSite.BLL.Pfinger fbll = new LearnSite.BLL.Pfinger();

        DataList_enall.DataSource = fbll.ShowSchoolTopFingerScore(gettop());
        DataList_enall.DataBind();
    }