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 enableviewstatemac in asp net?
What is a web farm?
Explain the differences between managed and unmanaged code?
What is difference between cache and session?
Can you set the session out time manually?
How can you enable impersonation in the web.config file?
Write code to send e-mail from an asp.net application?
How will you maintain versioning in asp.net 2.0?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
What do you mean by View State and what is its role?
What are the session variables?
What is HTTPModule and HTTPcontext? What is the use of each?
Do session use cookies in asp net?
What is difference cookie and session?
Define application state variable and session state variable?