You're correct in thinking that it's not appearing because the table has to finish rendering, but why can't you use shims to explicitly set widths on each table (if width="XXX" isn't working like you had hoped)?
This way, everything will line up like you expect. Chris Tifer http://www.emailajoke.com ----- Original Message ----- From: "Nick Middleweek" <[EMAIL PROTECTED]> To: "ActiveServerPages" <[EMAIL PROTECTED]> Sent: Thursday, August 29, 2002 7:31 PM Subject: Response.Flush > Hello, > > I'm generating a LONG list of records (over 500) - that's what my client > wants with no page flippers. > > Although I'm using Response.Flush on a buffered output. I'm not actually > seeing the records appear in bits. I'm Flushing every ten loops. > > The reason is because the data is in a table and the table isn't rendered by > the browser until it has it all. > > I was thinking of having a seperate table for each row but then they won't > line up correctly and it'll look messy. > > Anyone got any bright ideas on this? > > > Thanks, > Nick > > > --- > You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] > To unsubscribe send a blank email to %%email.unsub%% > --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
