Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

What is different in .net 1.1 and .net 2.0?

998


Describe the difference between inline and code behind - which is best in a?

1148


Let's say I have an existing application written using vb6 and this application utilizes windows 2000 com+ transaction services. How would you approach migrating this application to.net?

899


Define web services in asp.net.

1046


How to manage different kinds of sessions in ASP.NET?

1050


How does output caching work in ASP.NET?

926


What are the 3 levels at which content pages can be attached to Master Page?

1109


Can you set which type of comparison you want to perform by the comparevalidator control?

897


What is data caching?

967


Difference between .NET and previous version?

2565


Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?

1052


What is the use of service provider?

1022


What is difference between singleton and single call?

1054


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

961


How many types of validation are there?

953