Click to See Complete Forum and Search --> : Break-Up Large file


xmlkid
11-02-2009, 10:55 AM
Hi Experts,

I have a HTML output which has been transformed from an XML input. At times, the HTML page becomes very large since it has many information to be displayed. Obviously, it even takes time to load the html content. I am much interested to break-up the html pages into multiple pages something like displaying 1000 records/page as much ever higher or lower it can be. Should i do a check if the records have reached 1000 and then break up the page to next one. Could you please help me here to let me know how best i can do that..

xmlkid
11-02-2009, 06:02 PM
any input is highly appreciated..