doubt regarding load and init

  • Thread starter Thread starter SandyIsCool
  • Start date Start date
S

SandyIsCool

Hi,
I am newbie to asp.net. I have small doubt regarding page life cycle.
MSDN documentaion says that init event does blhah, blah load event
does blah blah etc. But Id ont see any init or load event handlers in
base page class. Are there any handlers for these with different names.
Or Page
class does not have any methods for these at all.

One more suppporting point for me is that the signature for pageload
event handler does not have either overrides or new keyword which goes
to show that page_load is a fresh method and does not have base classs
implementations.

Please let me know where exactly is page initialization ands loading
will be done in base page class


Thanks,
Sandey
 
Hi,
Kevin,
I agree that load method is in control class. Do you mean to
say that initializing part is handled in oninit and loading part in
onload. someone please clarify
Thanks,
Sandeep
 
Hi everyone,
Please answer my query,. is the code related to page load written in
control.load method and init in page.init and so forth.
Thanks,
Sandy
 
Back
Top