doubt regarding load and init

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
 
S

SandyIsCool

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
 
S

SandyIsCool

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top