Posted on: 3/19/2015 3:41:43 PM | Views : 581

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 ...