What methods are fired during the page load?

Answers were Sorted based on User's Feedback



What methods are fired during the page load? ..

Answer / lakshmi

Init() - when the page is instantiated.
Load() - when the page is loaded into server memory.
PreRender()- the brief moment before the page is displayed
to the user in html.
Unload() - when page finishes loading.

Is This Answer Correct ?    16 Yes 1 No

What methods are fired during the page load? ..

Answer / 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

More ASP.NET Interview Questions

What is the request flow used for asp.net mvc framework? : asp.net mvc

0 Answers  


How to kill more than one session variables at a time

9 Answers   iSoft,


What is the difference between a Stored procedure and function?

9 Answers  


Differentiate between authentication and authorization.

0 Answers  


what does membership class provide?

1 Answers  






About Global .asax ?

6 Answers   Satyam,


Disable Session State at the Page Level

1 Answers  


What is a query string in a url?

0 Answers  


Can we have multiple master pages in asp net?

0 Answers  


What is the use of express session?

0 Answers  


What is session id in web application?

0 Answers  


Explain the differences between clr & cts?

0 Answers  


Categories