C
CJM
I have quite a large report, which takes a couple of minutes to run. I'd
like to show line-by-line updates as they become available, but since I'm
using IE6, Response.Flush() doesnt work.
I know that I could break the table up into a series of smaller tables, but
I prefer not to do this unless I have to - are there any other alternatives
for flushing rows of a table?
Thanks
Chris
like to show line-by-line updates as they become available, but since I'm
using IE6, Response.Flush() doesnt work.
I know that I could break the table up into a series of smaller tables, but
I prefer not to do this unless I have to - are there any other alternatives
for flushing rows of a table?
Thanks
Chris