Best Practice: Transitioning from one aspx to another

  • Thread starter Thread starter Matt Houser
  • Start date Start date
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
 
Back
Top