For crystal reports to work with you you have to Bind the Data to the Report at the
Page_Init event
and not on page load so that it will work fine and the navigation also will work
also if you are passing parameters try to save these parameters at sessions
and call these sessions at page_Int
and your Report will work
hint:
if you are usinf Ajax update panels
dont forget to use trigger