What is the sequence of operation takes place when a page is loaded ?

Answer Posted / nazakat ali

BeginTranaction - only if the request is transacted
Init - every time a page is processed
LoadViewState - Only on postback
ProcessPostData1 - Only on postback
Load - every time
ProcessData2 - Only on Postback
RaiseChangedEvent - Only on Postback
RaisePostBackEvent - Only on Postback
PreRender - everytime
BuildTraceTree - only if tracing is enabled
SaveViewState - every time
Render - Everytime
End Transaction - only if the request is transacted
Trace.EndRequest - only when tracing is enabled
UnloadRecursive - Every request

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the advantages and disadvantages of session?

667


What is the difference between asp.net and mvc?

586


Explain Areas in MVC?

656


What are the event handlers that we can have in global.asax file?

536


where can i gather the materials for MCP certification

4493






what is AutoEventWireUp and what is the use of This property explain in details?

1136


Mention the namespace that is used to include .net data provider for sql server in .net code?

509


What is razor? : asp.net mvc

562


Whats the difference between abstract factory pattern and factory pattern?

605


Explain one critical mapping?

567


Explain the steps to be followed to use passport authentication.

598


Explain method to handle error using HttpError in Web API?

585


If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.

625


How can you ensure a permanent cookie?

555


Explain how cookies work.

600