Concepts every .NET developer should understand

My understanding of useful features of .NET?

ASP.NET page events (which includes user control and master page)

leave a comment »

ASP.NET page when used with user controls and master pages makes it more important to understand the event lifecycle.

The general rule for how events are raised is :

1. The initialization events are raised from the innermost control to the outermost one
2. All other events are raised from the outermost control to the innermost one

Advertisement

Written by basaldotnet

May 26, 2010 at 5:51 pm

Posted in ASP.NET

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.