I have an ASP Application (website) that I am writing that returns records from an SQL Query to the client. I want to store some of this data at the client for use on other pages, to be used as filtering criteria for later SQL Queries.
I was hoping to avoid re-posting this data from Form Page for Form Page. Can I somehow cache it on the server in a session cookie (I think thats what it's called), or on the client so that it is accessible?







Bookmarks