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
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
Disable browser cache for entire ASP.NET website?
What does asax stand for?
How you can add an event handler?
What are the differences between code behind and code inline?
What is masterpage?
What permissions do asp.net applications posses by default?
Why asp.net is used?
What is data binding in asp net?
What is the meaning of TestApi?
What is inproc and outproc?
How u refer webservices?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Explain the components of web form in asp.net
What is globalization and localization in asp net?