What methods are fired during the page load?

Answer Posted / swapna

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 ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override the enablepartialrendering property of the scriptmanager class?

639


What is the function of the ViewState property?

634


How do you create a master page?

551


What is inproc and outproc?

521


How can you use a custom controls in ASP.NET application?

542






What is work flow gen? how can it will work with .Net?

2576


What is applicatio domain?

571


is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?

1948


Why mvc is better than asp.net? : Asp.Net MVC

465


What is sdlc process?

524


What is the application pool?

543


Describe the sequence of action takes place on the server when ASP.NET application starts first time?

618


Define web.config in .net?

637


What is a web api?

549


What is the use of session?

519