protected void Page_Load(object sender, EventArgs e) { wid = MXRequest.GetQueryInt("wid"); openid = MXRequest.GetQueryString("openid"); if (!IsPostBack) { BLL.wx_wq_sygj gjBll = new BLL.wx_wq_sygj(); this.rptList.DataSource = gjBll.GetList("wid=" + wid + " and gjstatus=1"); this.rptList.DataBind(); } }