Ask a Question related to ASP.NET General, Design and Development.
-
William F. Robertson, Jr. #1
Re: Page_Load event doesn't appear in the trace
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,
>
>
>
William F. Robertson, Jr. Guest
-
Wrapping System.Web.UI.MasterPage - Page_Load Event
I am writing a class (MyMasterPage) which wraps the System.Web.UI.MasterPage class... and then I inherit from this MyMasterPage class from within my... -
order of Event Handling and Posting Page_Load..?
I am using datagrids with buttoncolumn etc. I am trying to understand the order of events. If a user clicks on a ButtonColumn button, what is the... -
Call The Page_load Event
Hi Dears I want to call the Page_load Event every 5 sec, how can I do that? I have no Ideia what I should do. I put in my web form the Timer... -
No Page_Load event when aspx is in iFrame?
It might be me but... I dont seem to get a Page_Load event when a opening an ASPX in an iFrame. I do geta Page_Load event when an item on the... -
.ascx page_load event
Hi, I'm curious about the way user control .ascx gets access to the Page_Load event. As custom user control's inheritance is, Object ^ | |...



Reply With Quote

