Hi there.
My site has a dropdown list populated with a list of approx 280 rows from a database.
To increase eprformance on page load times I would like to cache this list so that it is not calling from the database everytime.
Can anyone suggest a method for doing this?
Many thanks!
Will