Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

i want to implement paging in crystal report in asp.net web page. the sql data will be above 1 lack rows data so i have made store procedure for calling particular data per page.so every time when user click next page i am passing parameter to store procedure. so i don't have to store any data in session or viewstate ...

can any body give me the sample link plz ?


Thanks,
Hardik J. Desai
Posted

1 solution

Here is a detail article on paging in CR:

How to do paging and navigation with Crystal Reports using C# .NET[^]
 
Share this answer
 

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