Hi all, can classic ASP pages every give real time display? One user came to me with a complaint about a web page that loads data from a database does not display loading progress in a sequential fashion anymore. The page basically loads data from various tables, and he claims that when while each table loads there will be trailing periods growing on the page.
From my understanding of ASP that is impossible
since the code is process on the server and will return a page only when “everything” is done. But he seems so sure that he saw the page change in real time … should I give him the benefit of the doubt? (There’s no javascript of any kind on the page)
From my understanding of ASP that is impossible