response.write

E

Ed Slen

I am creating html string in a component that transforms xml into html.
Works o.k. with small html strings, but takes forever to response.write
big html strings.
Is it possible to speed it up?
 
A

Aaron [SQL Server MVP]

Can you break it into chunks and response.write, say, 1024 or 2048 bytes at
a time?
 
E

Ed Slen

Mark, I am not doing string concats.
I am transforming and creating html string at the component level,
returning full html string back to asp page and then response.writing
it.

Aaron , - I am looking for something like this, but how can I break it
into chunks?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top