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 difference between cache and cookies?
What is state management in asp.net with example?
What is the advantage of using Windows authentication in a Web application?
What's the use of formatters in .net?
Explain the difference between an exe and a dll?
What is difference between Fragment Caching and Page Caching in ASP.NET?
What is the current version of asp.net?
Is post back in asp.net?
What is the size of Get method and how much data it can store?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
Is asp.net and .net the same?
Explain difference between friend and protected friend?
Where is http session stored?
Write a code for sending an email from asp.net application.
What are html helpers in asp.net?