Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Amir Syafrudin
Posted

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.

Amir Syafrudin

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...