P
Pavils Jurjans
Hello,
I have a question regarding what would be the suggested practive in the
following problem:
I am about to create a report generation library. This library would take
html template and use data to populate this template many times, thus
createing long multi-page html code. Now, I want to start streaming down the
report to the user, as soon as the first page is ready to view, instead of
having user to wait until all the pages are prepared and only then sent to
user. I see how I can do it with using the ol' good Response.write method,
but it seems to be quite unsuggested way to use in ASP.NET, as far as I read
in books. Is it fine to do it with Response.write, or there is some better
method, involving new features of ASP.NET?
Thanks,
-- Pavils
I have a question regarding what would be the suggested practive in the
following problem:
I am about to create a report generation library. This library would take
html template and use data to populate this template many times, thus
createing long multi-page html code. Now, I want to start streaming down the
report to the user, as soon as the first page is ready to view, instead of
having user to wait until all the pages are prepared and only then sent to
user. I see how I can do it with using the ol' good Response.write method,
but it seems to be quite unsuggested way to use in ASP.NET, as far as I read
in books. Is it fine to do it with Response.write, or there is some better
method, involving new features of ASP.NET?
Thanks,
-- Pavils