Explain Page life cycle

Answer Posted / ish rastogi

PreInit
# Check the IsPostBack property to determine whether this
is the first time the page is being processed.

# Create or re-create dynamic controls.

# Set a master page dynamically.

# Set the Theme property dynamically.

# Read or set profile property values.

Init
Raised after all controls have been initialized and any
skin settings have been applied. Use this event to read or
initialize control properties.

InitComplete
Raised by the Page object. Use this event for processing
tasks that require all initialization be complete.

PreLoad
Use this event if you need to perform processing on your
page or control before the Load event.

Load
Use the OnLoad event method to set properties in controls
and establish database connections.

LoadComplete
Use this event for tasks that require that all other
controls on the page be loaded.

PreRender
The PreRender event occurs for each control on the page.
Use the event to make final changes to the contents of the
page or its controls.

SaveStateComplete
Use this event perform tasks that require view state to be
saved, but that do not make any changes to controls.

Render
This is not an event; instead, at this stage of rocessing,
the Page object calls this method on each control. All
ASP.NET Web server controls have a Render method that writes
out the control's markup that is sent to the browser.

Unload
This event occurs for each control and then for the page.
In controls, use this event to do final cleanup for pecific
controls, such as closing control-specific database connections.

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the two properties are on every validation control?

515


What is session object? Describe in detail.

542


How do sessions work?

516


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

1647


Please brief not about xsd,xslt & xml?

528






If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

548


What is application state?

492


To get the values in two different controls to match which control you use it?

509


What is the difference between rest and restful?

516


What is view state and how it works in asp net?

521


what is command line compiler.what are the steps and how it is related to debugging.

1391


Which two new properties are added in asp.net 4.0 page class?

497


How will you maintain versioning in asp.net 2.0?

573


What are themes and skins in 2.0, explain usage scenario?

501


What permissions do asp.net applications posses by default?

623