int count = (this.AspNetPager1.CurrentPageIndex-1)*this.AspNetPager1.PageSize;string sql = " select top "+count+" E_Id from Emp order by E_Id asc";//自定义的SQL语句