BoxerBootiestartsatrend
New Member
I am using asp.net with sql server 2008 r2I am building a website where users can run reports based off information in a database. For one of the reports I have about 6 checkboxlists that dynamically load based off the information in the database which then users can select certain boxes to narrow down the information that will be included in their report.The data that populates these checkboxlists does not update but about once every couple days. Right now I have the check boxes loading in the initialize control event for each checkboxlist. Each time I select a different tab and then come back to the tab which includes these checkboxlists it seems to reload the checkboxlists each time which is slow and takes about 6-10 seconds.I am new to caching, is this where it would be helpful to cache the data that loads into the checkboxlists so the site will not need to perform continuous loads?