Exemple #1
0
        protected void Page_Load(object sender, EventArgs e)
        {
            wid    = MXRequest.GetQueryInt("wid");
            openid = MyCommFun.RequestOpenid();

            if (!IsPostBack)
            {
                BLL.wx_wq_xiaoshou xsBll = new BLL.wx_wq_xiaoshou();
                this.rptList.DataSource = xsBll.GetList(" wid=" + wid + " order by sort_id asc,id asc");
                this.rptList.DataBind();
            }
        }