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
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