amir100 Posted February 27, 2007 Posted February 27, 2007 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. Quote Amir Syafrudin
amir100 Posted March 2, 2007 Author Posted March 2, 2007 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. Quote Amir Syafrudin
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.