Hi,
I am having a problem with the page load event being called twice when I redirect to that page from some other page.
Has anyone else had a similar problem?
Any solutions?
Printable View
Hi,
I am having a problem with the page load event being called twice when I redirect to that page from some other page.
Has anyone else had a similar problem?
Any solutions?
Nope.
Post the relative code...
For the redirection, are you using page.redirect or server.transfer or using a hyperlink from the client side ?
I'm using response.redirect("pagename.aspx")
When you run the page in debug mode, you can see control going back to the pageLoad event handeler twice.