I have a client who is building a business application that will be used with IE8 only.
One of the requirements is to display all of the data in a single page. I am anticipating this data table to be somewhere between 3K - 10K pixels in length. In the worst case scenarios, more than 25K pixels.
What are the technical considerations when serving a page that long? Is there a limit on page length and IE would display a error?
The application is Java/Struts based.