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
What is the life-span of the items in the viewstate?
What are the various ways to send content from one page to another?
where can i gather the materials for MCP certification
What is difference between abstract class and an interface?
What are the main advantages of using asp.net?
How can we update records in gridview?Is there any appropriate code for it?
What are merge modules?
What is asp.net globalization?
Explain the flow of processing of the request? : asp.net mvc
If you are using components in your application, how can you handle exceptions raised in a component?
What is synchronous and Asynchronous post back ?
What is application and session in asp.net?
What is full form of asp.net?
What is session start?
What are client activated objects?