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

Is asp.net outdated?

0 Answers  


Explain < @OutputCache% > and the usage of VaryByParam, VaryByHeader ?

1 Answers  


Define static constructor?

0 Answers  


Explain autherization levels in .net ?

2 Answers  


Can I read the hard disk serial # of the client computer using asp.net?

0 Answers  






if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,


After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.

1 Answers   Syntax Softtech,


How do you get records number from 5 to 15 from a dataset of 100 records?

3 Answers   Syntax Softtech,


How to authenticate users using Web.Config ?

1 Answers   Accenture,


What is application and session in asp.net?

0 Answers  


How do you create master pages in asp.net?

2 Answers   Wipro,


Define a web service in .net?

0 Answers  


Categories