Atlas how to question

G

Guest

This is just a how to question that I'm hoping someone can answer. Is there
anyway to update the page cashe after performing a partial page update using
atlas so that if someone leaves the page and then presses the back button the
page will reflect the last update that was done under atlas.

More details

I just got my datagrid working with Atlas. I'm using the update panel. It's
great but I immediately see an issue that I'm hoping there is an easy
solution for. Imagine that you load a datagrid that allows for paging. There
are 10 records on each page and the user clicks the next button twice. They
then click on one of the links within a row, the rowcommand event fires, it
writes the record key (record 30 for example) to a session variable and
control is transfered to another page using response.redirect. The user then
presses the back button. The problem is that when the previous page is
reloaded from cache you are not returned to the third page, but back to the
first page. It's great that pressing the next button didn't cause a
complete reload of the page but is there anyway to rewrite the page to cache
so that the last state of the page is preserved?
 
C

clintonG

The WROX book Beginning Atlas covers caching very well as it does with the
entire spectrum of relevant usage.

--
<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"(e-mail address removed)"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top