I use jquery ajax in my asp.net webform to get some data on page load, and then put it on site.
I am wonderring what is the best aproach to persist this data when user click F5 to refresh page. I do not want to do the same time consuming action to build page again.
Is property “cache” in ajax method is the solution? or there is something better. Mayby is some way store data asp.net cache or session, and on postback return it.
You may want to use OutputCache.