Posted on: 7/15/2013 10:28:59 AM | Views : 444

Hi,
Help to sort below issue.
I am developing a dynamic html reports with AutoRefresh features.
The report has Orders and it's corresponding operations.
In Non AutoRefresh mode all the operations related to orders will be displayed with the scroll bar at the bottom.
But in AutoRefresh mode I need to display only 6 operations per record and if there are more than 6 record the page should automatically refresh and reload the another set of operations related to the order
For example I have order 1 and it has 10 operations. In AutoRefresh mode it should display only 6 operations for the first time and after few seconds the page should reload and shows remaning 4 rows.
The report will display 5 Order's per page and even if any one of the Order has more than 6 operation it should reload and shows the remaining operations.
 
Below is the code.
<div style="overflow-x: a ...

Go to the complete details ...