One of the way we use this in our application is:
while fetching data in (!IsPostBack) store the same data in a cache object and use the cached values later on.
This will reduce all database calls to one call [at the time of first time page load].
Let me know if I can help you anymore in this
|