WebPagination

How do I go from the last visible page to the next?
e.g.: if WebPagination.VisiblePages = 3 and WebPagination.PageCount = 6, it seems to me that to view the fourth page, the only choice is to jump to the end (>>) to see pages 4,5,6.