[thelist] Re: getRows() (was: commenting code)
Norman Beresford
n.beresford@anansi.co.uk
Fri Feb 16 03:04:34 2001
Hi Matt
Is it actually slower to use GetRows with under 250 rows?
Just a quick amendment to Madhu's comment about seperating ASP and HTML into
seperate blocks and using response.writes. My understanding is that
mutliple calls to the response object slows things down as well. It's best
to build the entire page as a string, and then response.write it all with
just the one call. Would I be correct in assuming this?
Norman