M
Matt
Hello,
I just don't get it. I have a simple webform1.aspx page, when loaded
for the first time, the load even fires which is fine.
In webform1.aspx i have a button that has a onclick event, and in this
event i do a response.redirect to webform2.aspx page. However on the
onclick event of the button, the Load event for webform1.aspx is
loaded again! Then the redirection is done!
And that's not all: once we are in webform2.aspx, if i do a
response.redirect to webform1.aspx, the load event in webform1.aspx
fires twice!
Could please someone explain me this weird behavior please? Thanks
I just don't get it. I have a simple webform1.aspx page, when loaded
for the first time, the load even fires which is fine.
In webform1.aspx i have a button that has a onclick event, and in this
event i do a response.redirect to webform2.aspx page. However on the
onclick event of the button, the Load event for webform1.aspx is
loaded again! Then the redirection is done!
And that's not all: once we are in webform2.aspx, if i do a
response.redirect to webform1.aspx, the load event in webform1.aspx
fires twice!
Could please someone explain me this weird behavior please? Thanks