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

In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?

Answer Posted / firoj husen shaikh

The events will be executed in following order,
Page_PreInit()
Page_Init()
Page_InitComplete()
LoadViewState()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
SaveViewState()
Page_Render()
Page_Unload()

As a developer it is necessry to understand which event is
useful to initialize variables and other kind of
initialization.

Is This Answer Correct ?    9 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between debug and release?

1139


Why is xap important?

1060


What are app services?

994


List the events in page life cycle.

1021


What is a Cookie? Where is it used in ASP.NET?

1142


Explain automatic memory management in .net.

1073


What are the contents of cookie?

1149


What is aspect-oriented programming?

1200


If you are using two select queries and retrieving data. how do you access second query's result set using data reader?

5655


What is the good practice to implement validations in aspx page?

1168


What are the main requirements for caching?

1085


Explain why datareader is useful?

1041


How you will improve web application performance?

1089


What is the page life cycle in asp.net?

1011


Explain what is an abstract class?

1071