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


Page Life Cycle in ASP.NET

Answers were Sorted based on User's Feedback



Page Life Cycle in ASP.NET..

Answer / alb.shah

1.Page_Init
2.LoadViewState
3.LoadPostData
4.Page_Load
5.RaisePostDataChangedEvent
6.RaisePostBackEvent
7.Page_PreRender
8.SaveViewState
9.Page_Render
10.Page_UnLoad

Is This Answer Correct ?    13 Yes 2 No

Page Life Cycle in ASP.NET..

Answer / neha jain

Following is the sequence in which the events occur :-
&#8730; Page_Init.
&#8730; Page_Load.
&#8730; Control events
&#8730; Page_Unload event.
Page_init event only occurs when first time the page is
started , but Page_Load occurs in
subsequent request of the page.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is Auto-event wireup? what is the default value for this? when u change the value what will happen?

1 Answers   CMC,


What are the different types of cookies in asp.net?

0 Answers  


How to execute a stored procedure.and how to call it form a asp page

2 Answers  


Features in ASP.NET?

2 Answers   Microsoft,


What is the difference between Postback and Ispostback Property?

7 Answers   Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,


Why will you usually create an aspnet user account in the database for an asp.net web application?

0 Answers  


Define an assembly?

9 Answers   Siebel,


How do you implement postback with a text box? What is postback and usestate?

1 Answers  


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

0 Answers   Marlabs,


Why is global asax is used?

0 Answers  


Why do we need url encoding?

0 Answers  


What language is asp.net written in?

0 Answers  


Categories