Crystal Report Viewer Navigation Problem

amir100

Centurion
Joined
Mar 14, 2004
Messages
190
Location
Indonesia
Hi all.

I'm wondering do we need extra code when we need to navigate through crystal report in ASP .Net Application? Like when handling DataGridPageIndexChanged on ASP .Net, we need to set the new page index and then re-bind the data source of the datagrid.

I'm asking this in the context of ASP.Net Application since I know we don't need explicit re-bind in Windows Application.

Thx for the help.
 
I tried storing the dataset in Session variable so that I can retrieve it later for handling crystalreportviewer paging. Just like when I'm handling paging in datagrid. The weird thing is that a "Query Engine Error" occured.

I don't have much time to look for other solution so I had to re-fill the dataset again and again and again for every crystalreportviewer paging. This is certainly putting more load to my application. I wish I'd figure out a better way to solve the matter.
 
Back
Top