Re: Can I (General questions)
My browser does not progressively change. It doesn't change at all until the line 'user.Response.Send' is executed. I inserted a couple of dummy lines with breakpoints:
i=i <-- breakpoint - browser is unchanged
user.Response.Send
i=i <-- breakpoint - browser displays whole list
This also depends on content you're sending. Do you get same results with our sample, unchanged? Do you use IE or some other browser?
Do I have to set something in the browser to get it to progressively display as chunks are sent?
Not that I'm aware of, you cannot change browser's behavior.
Is there a reason why notification is used in this sample?
No particular reason, we just used fast notifications sample as template for new project.
Complete thread:
- Can I push to a browser? - John Baker, 2004-12-07, 06:48