Re: Calling default event handler for my base class
From: John Saunders (john.saunders)
Date: 02/11/04
- Next message: Jon Skeet [C# MVP]: "Re: How can I get Http Status Code?"
- Previous message: Martin Strojek: "Is it possible to do Authentication with ASP.NET / C# over IIS ?"
- In reply to: NWx: "Re: Calling default event handler for my base class"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 11:26:47 -0500
"NWx" <test@test.com> wrote in message
news:%23iaEivB8DHA.3380@tk2msftngp13.phx.gbl...
> Thank you, I noticed this later, by putting some breakpoints along calling
> chain.
>
> However, I noticed Page_Load is first called for Page itself, then for
> custom controls. Is there any way to force calling Page_load first for the
> parent control, and only after for the inherited control (and finally for
> the page)?
>
No, the order is unspecified. You cannot and should not depend on it.
-- John Saunders John.Saunders at SurfControl.com
- Next message: Jon Skeet [C# MVP]: "Re: How can I get Http Status Code?"
- Previous message: Martin Strojek: "Is it possible to do Authentication with ASP.NET / C# over IIS ?"
- In reply to: NWx: "Re: Calling default event handler for my base class"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|