G
Guest
Here's what happening.
On 'page1.aspx' I redirect to 'page2.aspx':
Response.Redirect("page2.aspx", true);
On 'page2.aspx' I'm redirecting to 'page3.aspx':
Response.Redirect("page3.aspx", true);
When page 'page3.aspx' 'Page_Load' completes it
also calls 'Page_Load' of page 'page1.aspx'.(bizzare)
Please understand that I in no way am calling it.
What is going on?!!!!!!!
I found all that while debugging with breakpoints in all form's 'Page_Load'
events.
By the way, 'page2.aspx' never calls 'page1.aspx', only 'page3.aspx'.
Any insight?
Thanks,
Oleg
On 'page1.aspx' I redirect to 'page2.aspx':
Response.Redirect("page2.aspx", true);
On 'page2.aspx' I'm redirecting to 'page3.aspx':
Response.Redirect("page3.aspx", true);
When page 'page3.aspx' 'Page_Load' completes it
also calls 'Page_Load' of page 'page1.aspx'.(bizzare)
Please understand that I in no way am calling it.
What is going on?!!!!!!!
I found all that while debugging with breakpoints in all form's 'Page_Load'
events.
By the way, 'page2.aspx' never calls 'page1.aspx', only 'page3.aspx'.
Any insight?
Thanks,
Oleg