示例#1
0
        protected void SetBind()
        {
            OxcoderIBL.PayIBL pibl = new OxcoderBL.PayBL();
            DataSet           ds   = pibl.GetAccountDetail(Session["enterpriceID"].ToString());
            int inv  = Convert.ToInt32(ds.Tables[0].Rows[0][0]);
            int chlg = Convert.ToInt32(ds.Tables[0].Rows[0][1]);

            AccountLeft.InnerHtml = inv + " 个邀请 + " + chlg + " 个挑战";
            inviteNum.InnerHtml   = inv + "";

            Page.DataBind();
        }
示例#2
0
        protected void SetBind()
        {
            OxcoderIBL.PayIBL pibl = new OxcoderBL.PayBL();
            DataSet ds = pibl.GetAccountDetail(Session["enterpriceID"].ToString());
            int inv = Convert.ToInt32(ds.Tables[0].Rows[0][0]);
            int chlg = Convert.ToInt32(ds.Tables[0].Rows[0][1]);

            AccountLeft.InnerHtml = inv+" 个邀请 + "+chlg+" 个挑战";
            inviteNum.InnerHtml = inv+"";

            Page.DataBind();
        }