摘要: 下边代码为读取代码 #region 搜索功能 protected void btnSearch_Click(object sender, EventArgs e) { this.rpTestContentShow.DataSource = getInfo(); this.rpTestContentShow.DataBind(); } #endregion protected void btnCreatIndex_Click(object sender, EventArgs e)... 阅读全文
posted @ 2014-03-10 17:40 红色烈阳 阅读(269) 评论(0) 推荐(0)