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 are client activated objects?
Explain what are delegates?
What is request and response in asp.net?
Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.
How can I open ashx file in mobile?
What is session in asp.net?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Explain the difference between overriding and overloading?
How does viewstate work?
What is advantage of code behind coding in ASP.NET?
What is difference between datalist and gridview?
How to find last error which occurred?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?