|
Subject:
|
problem in page next option in crystal report
|
|
Posted By:
|
aravwind
|
Post Date:
|
3/15/2005 5:34:55 AM
|
Crystal Report v.10--ASP.NET web application Code Behind:- VB.NET
Am generating the report. it is running fine. there are some 4125 records. showing 25 per page. there is a next button available which is generared automatically by crystal report itself. when i click the next button icon, it is opening the second page. But when i click again the next button icon, its not opening the third page. again opening the second page itslef. kindly help me.
|
|
Reply By:
|
manojpatell
|
Reply Date:
|
9/22/2006 2:15:23 AM
|
I am facing the same problem. Please help.
Thanks
Manoj Patel
|
|
Reply By:
|
manojpatell
|
Reply Date:
|
9/22/2006 5:10:53 AM
|
Just transfer the code from Page_load to Page_init and try . I think this should resolve your issue. From the above i mean to say if you have written the code to upload the data and report in the Page_load then remove that and transfer the same code to the Page_init.
|