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
How does session id work?
How to use multiple scriptmanager controls in a web page?
Does google crawl redirects?
How ViewstateMac works?
What should you do is you want to remove an existing component but would like to make some funtionalities?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
How can you debug your.net application?
What is asp.net? How is it different from asp?
List the major built-in objects in asp.net?
What asp.net control can embed xaml into asp.net pages?
How do u deploy ur project?
What is Cookies Less Session?
Differentiate between a hyperlink control and a linkbutton control.
What is the difference between user control an custom control?
Explain the difference between AutoPostBack and IspostBack in ASP.NET?