Example #1
0
        private void LoadData()
        {
            DataSet ds = Common_OnlineMessageService.GetList("typeId = 1");

            if (ds.Tables[0].Rows.Count > 0)
            {
                this.repInfo.DataSource = ds;
                repInfo.DataBind();
            }
        }