hi,
i have a page which have two user-controls for top and bottom and some text content on page itself.
i want to cache the page.
conditions.
1. Text on the page will always be cached.
2. topBand have one dynamic field and some static field.
so after 4 hours that dynamic field should update rest remain as it is
3. bottomBand will cache till user input some data to database. if user dataupdate bottom band will also be updated
how can i achieve all this.