[thelist] Response.Write versus varHTML = varHTML & "..."

John Olival johnolival at yahoo.co.uk
Fri Jan 11 08:01:10 CST 2002


Anthony

> As I said this process worked great for me, until today. We are designing
a
> nifty little tool that can (at times) pull up quite a large number of rows
> of data to be thrown to the screen. The above system works great when
there
> are about 50-75 rows of data. However the page becomes unbearably slow
> (long processing time server side, watching with Task Manager and the
> server bouncing above 80% most of the time) when the number of rows gets
> over 100-150.

I have had a similar problem and found the following article a great help in
understanding string concantenation in VBScript:

http://www.adopenstatic.com/experiments/stringconcantenation.asp

So in this case, try avoiding string concatenation.

HTH

John



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the thelist mailing list