Look at you "web generated code" section of the code behind file.

Make sure in the IntializeComponents method there is something like

this.Load += new System.EventHandler(this.Page_Load);


HTH,

bill


"J. Marcelo Barbieri" <mbarbieri@bf.com.br> wrote in message
news:OblMShyODHA.2636@TK2MSFTNGP10.phx.gbl...
> Why Page_Load event doesn't appear when I set the trace=true to the page?
>
> I get only some events, like Begin_Init, etc. Why I see only these events?
>
> thanks,
>
>
>