Here Mudassar Ahmed Khan has explained how to solve the problem of Crystal Reports Page navigation not working after 2nd Page in ASP.Net.
The problem is that when Crystal Report is populated in Page_Load event handler and the ReportSource is set, the Current Page Index of the Crystal Report resets to 1, hence to solve this problem simply copy the code to populate Crystal Reports from Page_Load to Page_PreInit event handler in ASP.Net
↧