Best Practice: Transitioning from one aspx to another

M

Matt Houser

What is the best practice for transitioning from one aspx page to another.
For example, if you are responding to an event such as a button click, what
is best way to move to another aspx page while keeping data around?

Is it session + Response.Redirect()
Is it Server.Transfer()
Is it something else?

For example, how do the "pros" deal with data persistence while user is
progressing through a a shopping cart checkout sequence (which allow for
back/forward) for instance?

Thanks,
....Matt
 

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