Displaying View with 25,000 document in browser on single page

How can i Display a View with 25,000 document in the browser on a single page, on the $$ViewTemplate form the embedded view only allows me to display 9999 at the Max.

Any help appreciated.

Subject: Why…?

Why on earth would you want to display all 25,000 documents on one page?

Perhaps the users could download all tha data in a cvs file or a pdf?

Frunobulax

Subject: requirement from end users

I know its weird request…but thats the change that they wanted to see…

Subject: Why…?

In my humble opinion the first thing you should do is ask them ‘why?’

What is the problem they are trying to solve for which massive, long web pages are the solution?

Subject: If there is really nothing to gain when asking why…

I have seen a view used to fill a javascript array. I think it had > 10K Entries. I felt speed being better than I would have expected. I guess you could generate a HTML table from this (with links to the document if needed) Still I too think the point is trying to understand more of the requirement, instead,-