Hi,
I am using Crystal Report 13.0.12 and Visual Studio 2013 and my purpose was to integrate Crystal Report with .aspx page. I load all my report parameters, crystal report file and my stored procedure, for multiple reports, from a compiled dll.
Everything worked perfectly fine except when I navigate from page 2 to page 3 I have to click the navigate to next page button twice. From page 2, if I click the next page nav button, page 2 is rendered and again when I click the same button, then only my report navigates to page 3. I have not been able to figure out the issue and I have no idea what I should be looking for.
I am using Session Variables to store all my parameters and report document and on post back, I am loading report from session variable.
Another issue I'm facing is:
I load a report with multiple pages. I navigate to some other page than page 2 (Eg: page 3 or above) then I change my report parameter values and press load button. This gives me a blank page with current page no 3 or above (which ever page I was in before). I am not sure if this issue is related to the issue mentioned above and will be resolved if the former is resolved.
I am totally unaware where my issue lies. Could you please help me out. (I am not so new to .NET but very new to crystal report).