473,770 Members | 4,419 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Yikes! Where is that initialization code in ASPNET 2.0?

I am just starting 2.0, so I have this
In ASPNET 1.X there is a method called InitializeCompo nent() which
clearly wires in the Page_Load method to the Load event, like this:

private void InitializeCompo nent()
{
this.Load += new System.EventHan dler(this.Page_ Load);

}

(1)
However, in ASPNET 2.0, you will not see this anymore. How am I suppose
to know the Page_Load is the correct method? Do you know where they
are hiding the code?
(2)
You can put the Page_Load method, and it is guaranteed to be called.
However, I noticed that even if I put the wrong signature such as:

void Page_Load()
It is still called anyway. Why is that?

(Note: Load event has this signature: void Load(object,
System.EventArg s )
ASPNET 2.0 gurus please clarify!

Thanks

Nov 19 '05 #1
2 1303
(2)
doesn't the specific load function has the signature "handles Page_Load"
orso tailing behind the function ? (so there's where they make a difference
from the other methods)
"PinoyDotne t" wrote:
I am just starting 2.0, so I have this
In ASPNET 1.X there is a method called InitializeCompo nent() which
clearly wires in the Page_Load method to the Load event, like this:

private void InitializeCompo nent()
{
this.Load += new System.EventHan dler(this.Page_ Load);

}

(1)
However, in ASPNET 2.0, you will not see this anymore. How am I suppose
to know the Page_Load is the correct method? Do you know where they
are hiding the code?
(2)
You can put the Page_Load method, and it is guaranteed to be called.
However, I noticed that even if I put the wrong signature such as:

void Page_Load()
It is still called anyway. Why is that?

(Note: Load event has this signature: void Load(object,
System.EventArg s )
ASPNET 2.0 gurus please clarify!

Thanks

Nov 19 '05 #2
> (1)
However, in ASPNET 2.0, you will not see this anymore. How am I
suppose
to know the Page_Load is the correct method? Do you know where they
are hiding the code?
There are several methods that are automatically called based upon naming
convention. This list is well documented. This was the way it was in v1.x
as well. The three important ones are:

Page_PreInit
Page_Init
Page_Load

IIRC, there are about ten in total. With Reflector, go check out the code
for System.Web.UI.T emplateControl. HookUpAutomatic HandlersWithNoA ssert.
(2)
You can put the Page_Load method, and it is guaranteed to be called.
However, I noticed that even if I put the wrong signature such as:
void Page_Load()

It is still called anyway. Why is that?


This too was supported in v1.x. It's just a convenience.

-Brock
DevelopMentor
http://staff.develop.com/ballen


Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3793
by: scott | last post by:
Anyone else seen a deal in Internet Explorer with an image map where, when the map is clicked on, an outline of the maparea is highlighted? It's kind of odd. If so, please email me at: sab@magner.net
4
1863
by: Garibaldi | last post by:
Folks, I'm having a bad regex day and can sure use your help, please.. I have a Regex expression that works fine. It's purpose is to isolate all data from the start of a string begining with 200~ to the end of the string but before the start of the next 200~. Here's the regex expression and test data: (?ms)^200~(.*?)(?=^200~)
4
305
by: Garibaldi | last post by:
Folks, I'm having a bad regex day and can sure use your help, please.. I have a Regex expression that works fine. It's purpose is to isolate all data from the start of a string begining with 200~ to the end of the string but before the start of the next 200~. Here's the regex expression and test data: (?ms)^200~(.*?)(?=^200~)
4
1253
by: Garibaldi | last post by:
Folks, I'm having a bad regex day and can sure use your help, please.. I have a Regex expression that works fine. It's purpose is to isolate all data from the start of a string begining with 200~ to the end of the string but before the start of the next 200~. Here's the regex expression and test data: (?ms)^200~(.*?)(?=^200~)
10
1429
by: RobKinney1 | last post by:
Hello everyone... This may sound really stupid, but it is something I have been working on all day and haven't found a solution yet. If you go into Notepad and try the keystroke ALT+4, you get a nice little diamond. Infact, you can do this all the way up to 127 showing different characters including those similar with the ASCII table for letters and numbers. "Oh," I thought, "this could be the simple way for very simple encoding of...
0
9439
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10237
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10071
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10017
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9882
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5326
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3589
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2832
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.