Ejemplo n.º 1
0
    public void BindMerList()
    {
        int count;

        BLL.OveralMana.MerchantMana.MerchantJoinCheckBLL mc = new BLL.OveralMana.MerchantMana.MerchantJoinCheckBLL();
        DataSet ds = mc.getPageMerList(MerJionCheckPager.PageSize, MerJionCheckPager.CurrentPageIndex, out count);

        MerJionCheckPager.RecordCount = count;
        JionMerListGrd.DataSource     = ds;
        JionMerListGrd.DataBind();
    }
Ejemplo n.º 2
0
 public void initPage()
 {
     BLL.OveralMana.MerchantMana.MerchantJoinCheckBLL mc = new BLL.OveralMana.MerchantMana.MerchantJoinCheckBLL();
     JionMerListGrd.DataSource = mc.GetJionMerList();
     JionMerListGrd.DataBind();
 }