B
brett
I read in text files based on the page a user has reqeusted. The files
are not larger than 10k. Sometimes I may read in two files for one
page but the total read doesn't exceed 15k. However, I'm doing this on
ever page load. After reading in the stream, I then do some parsing on
each text file and display the content in a Label control.
Is there a way to avoid doing the text file read and parsing on every
page load? The content is fairly static but I would like a way to
periodically refresh when something changes.
Thanks,
Brett
are not larger than 10k. Sometimes I may read in two files for one
page but the total read doesn't exceed 15k. However, I'm doing this on
ever page load. After reading in the stream, I then do some parsing on
each text file and display the content in a Label control.
Is there a way to avoid doing the text file read and parsing on every
page load? The content is fairly static but I would like a way to
periodically refresh when something changes.
Thanks,
Brett