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
WSDL means?
Explain the difference between debug.write and trace.write?
What is a runtime version?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What is DataGrid wheater its a Server Control or something else ?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
Explain one critical mapping?
What is the difference between custom controls and user controls?
Explain the server control events of asp.net ?
How to fetch a data from one table to another table in asp.net ?
What does the orientation property do in a menu control?
What is the mvc framework?
Are xaml file compiled or built on runtime?
Give 2 examples for scenarios when routing is not applied?
What is the difference between a candidate key and primary key?