Anyone know how to stream content to a browser? I have a database status page I'd like to post messages to the web page when they occur. Long process of maybe 5 minutes. I don't want the user to wait 5 minutes for a status message. I don't want to use page refresh.<BR><BR>I tried Response.OutputBuffer = False but to no avail. Perhaps HttpWriter class can do this.<BR><BR>Any example code would be appreciated.<BR><BR>Adam.<BR>