I have a web application that (a.) collects information from a user, (b.) stores this information as properties in a vb file in the \APP_CODE directory, (c.) loads a form with a gridview, and (d.) populates the gridview with data from an xmldatasource using an XPATH derived from values (properties) in the vb file.
My question: can this vb file be cached WITH the current values? The gridview displays external links, and when the user comes back, page turns in the grid won’t work without the vb file data. Any help on this and any suggestions about the optimal way to employ caching for an application such as this or a better way to pass multiple values from one page to another will be most appreciated.