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
How about the security in Activex DLL and Activex EXE ?
What is odata in web api?
What does the orientation property do in a menu control?
Can we store object in viewstate?
What is paging in context of Memory?
Explain the use of resource manager class in .net.
What are the types of caching in asp.net?
How to rename a table using sql queries?
What is difference between inproc and outproc?
Can you explain one critical mapping?
What are Caching techniques in .NET
Who can consume WebAPI?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What are the server control tags in asp.net.?
What is the meaning of TestApi?