If this is the only page with the problem, then clearly something is
different about this page. There must be something else going on there, some
other difference, some other code running that is causing this on the one
particular page, while all other pages are fine.
You should carefully examine all the differences between this page and the
others, as well as remove unecessary pieces of code to really boil it down
to what the problem is.
"Carlo Marchesoni" <(E-Mail Removed)> wrote in
message news:C09CAE97-FC77-4519-9063-(E-Mail Removed)...
>I read that autoeventwireup="false" doesn't cause Page_Load to fire
> automatically and trying it out with a simple page this can be confirmed
> easily.
> However, I have a page with autoeventwireup="false" (that has a masterpage
> with autoeventwireup="false" as well) and Page_Load DOES fire in the page.
> How can this be ? Other pages using the same Master page does NOT fire
> Page_Load, unless I wire up the event manually.
> I'm totally confused. Moreover, this specific page fires Page_Load and all
> other events TWICE.
|