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
What is the difference between web config and machine config files?
Define reflection in .net?
What is the file extension of web service?
How long do session variables last?
What do you mean by serialize?
What is the meaning of TestApi?
How do I send an email message from my ASP.NET page?
What is application session?
What is an asp.net validator? And, mention its types.
What is server side session?
How to rename a table using sql queries?
What are the advantages and disadvantages of session?
Explain the steps needed to be performed in order to create an animation in xaml?
What is difference cookie and session?
How can I configure asp.net applications that are running on a remote machine?