In my application I have a dropdowns in the master page. I am generating this dropdowns on every page load(making calls to the database on every page). These dropdowns are the same for the whole application. I was thinking that it will be much better if
I do only one call to the database. I am thinking that if I pass the data table using VeiwState will be the best choice. Could you advise me if there is any better way.
Go to the complete details ...