Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
can anybody help in crystal report to when i click the crystal report next button it next page is not coming and that keep the same page please any body know the help me
Posted

1 solution

Make sure you are following these to load CR:

1- Put the report loading code in the Page_Init() event.
2- Save the report to the Session() colletion and then retrieve it from there when the page is reloaded (Page.IsPostBack).

You don't want to recreate the report every time you go to a new page.
 
Share this answer
 
Comments
Bhaumik Lathia 11-Sep-11 11:46am    
hi i have used this but problem is that page_init() event can not get textbox value if you have solution please tell me
Pradeep Shukla 11-Sep-11 15:37pm    
Just put the report loading related code in page_init(), pass on the value of the text box during postback to the page..
Bhaumik Lathia 12-Sep-11 7:17am    
but page_init()method can not get textbox value because that time page is intialized please give another solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900