So far I have learned two ways to load data for dropdown lists and other server controls that is required when starting an application. The first one is to fill a dataset that has all the datatables the stored procedure calls and then sharing that dataset. The other is saving into Cache and then inserting/getting data from the cache. Which one is better? And if there are other ways that you would recommend please provide information.
Thanks
Thanks