PDA

Click to See Complete Forum and Search --> : ASP.NEt Postback problem


sunilja_2000
Apr 16th, 2004, 03:28 AM
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?

nemaroller
Apr 16th, 2004, 09:51 PM
Nope.

Post the relative code...

For the redirection, are you using page.redirect or server.transfer or using a hyperlink from the client side ?

sunilja_2000
Apr 17th, 2004, 03:32 AM
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.