[thelist] Re: getRows() (was: commenting code)

Mike Hardaker mike at angloinfo.com
Fri Feb 16 03:53:50 CST 2001


> It's best
> to build the entire page as a string, and then response.write it all with
> just the one call.

Further to this, It can make your coding life a *lot* easier on a complex
page if you build multiple strings and then:

<%response.write pageheader & templatetop & bodytext & templatefooter %>

Or something similar...

Mike





More information about the thelist mailing list