I have a sqldatasource that select * from tableA which has about 1000 rows. I bind the datasource to the grid. I enabled paging with default page size and indeed it show the page number. But when i allow custom paging, i don't see any page number. What have i done wrong? Thanks