private void SelectBookList() { SqlDataReader dr = CategoryBLL.CategoryBookList(5, 1); this.repBookList.DataSource = dr; this.repBookList.DataBind(); }