what are some ways to load part of the page and display it in the browser before the entire page is downloaded?
i used response.buffer=true and response.flush, but that doesn't result in showing the parts of the content that's already downloaded. it still only displays the page after the entire page is downloaded.
i used response.buffer=true and response.flush, but that doesn't result in showing the parts of the content that's already downloaded. it still only displays the page after the entire page is downloaded.