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



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

Answer / 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

More ASP.NET Interview Questions

What’s the catch?

0 Answers  


Is global asax mandatory?

0 Answers  


Describe session handling in a webfarm, how does it work and what are the limits?

0 Answers   Siebel Systems,


what are the files used in asp .net

1 Answers  


What is a web pool?

0 Answers  






Differentiate between globalization and localization.

0 Answers  


What are the different types of Caching techniques in ASP.NET?

0 Answers  


Can you explain what inheritance is and an example of when you might use it?

1 Answers   Sports Interactive,


Why is an object pool required?

0 Answers  


Can a master page have more than one contentplaceholder?

0 Answers  


How do you do validations. Whether client-side or server-side validations are better ?

2 Answers   InfoLinks, Microsoft,


asp.net page is a object or not?

5 Answers  


Categories