Hi
I've got a ASP.NET web page, which has a bound datagrid on it, it was having trouble with showing vertical and horizontal scroll bars when it got over 14 items in it, so I decided to move the datagrid to paging, which works fine when it first loads, it shows the first 14 items, and places the correct number of next page links at the bottom, however when I click on one of these, the page post back to itself BUT stays page one
Any clues at to what I might have missed / need to check
Thanks in advance