Code flow after Response.Redirect

  • Thread starter Thread starter Gilbert Tordeur
  • Start date Start date
G

Gilbert Tordeur

Hello.

Context : VB2008, ASP.NET

After a Response.Redirect, I see that the Me.PreRender sub is not executed,
and that the Me.Unload is executed. That makes sense. My question is : where
can I find a documentation explaining exhaustively which sub are executed
and which are not, after a Response.Redirect statement?

Thank you in advance,
Gilbert
 
Back
Top