|
-
Sep 8th, 2007, 04:49 AM
#1
Thread Starter
Hyperactive Member
Page object and the Page lifeCycle
Hi,
When a HttpRequest for a web page is made, at what point is the Page Class, of the requested page, is initialized.
So , at what point of the cycle is the requested page object created.
My guess is that, its the first thing that happens. At the very start of the page life cycle, the requested page object is instantiated, and then,...appart from other events that I do not fully understand, the Init event fires, and the pages´s controls are instantiated.
So we would now have the page object and , I suppose a collection of all of its controls.
These controls will be loaded with the information , that comes together in the viewstate.
I believe that in a further event, the posted information, from the web page,(considering this is a post), updates the controls. Making these controls, somehow be marked and made to fire their control events.
Okay my question is,
How much of the above is true, and how much is rubbish? Or is it all rubbish?
Cheers !
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|