Explain the life cycle of an ASP .NET page.

Answer Posted / kunwar pal singh

Page_Init -- Page Initialization

LoadViewState -- View State Loading

LoadPostData -- Postback data processing

Page_Load -- Page Loading

RaisePostDataChangedEvent -- PostBack Change Notification

RaisePostBackEvent -- PostBack Event Handling

Page_PreRender -- Page Pre Rendering Phase

SaveViewState -- View State Saving

Page_Render -- Page Rendering

Page_UnLoad -- Page Unloading

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is voluum?

747


Is web config mandatory?

735


Which method is used to perform all validation at the page level?

730


What is the use of the tag in the web.config file?

743


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

695


there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?

2585


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

789


What is the asp.net mvc folder conventions? : asp.net mvc

649


How can u deifne the benefits and limitation of using Viewstate for state management?

916


What is the difference between ldap and active directory?

765


What is HTTPModule and HTTPcontext? What is the use of each?

2211


What is the difference between ASP.NET Webforms and ASP.NET MVC?

807


Explain what is an abstract class?

789


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

760


What is the life cycle of web page?

729