From everything I\'ve read, it seemed that adding paging to a ListView control should be dead simple, but it\'s not working for me. After adding the ListView and DataPager contr
Bind the listview at datapager's pre render event not at page load. Please see the solution here