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

Explain what is clr?

0 Answers  


What is the used of "ispostback" property?

0 Answers  


What is a swagger in web api?

0 Answers  


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

0 Answers  


What is the difference between custom web user control and a custom web server control?

0 Answers  






please can any describe 'Master Page' in ASP.Net 2.0

4 Answers  


define silverlight and advantages ?

3 Answers   QA,


What is is post back property in asp net?

0 Answers  


Difference between singleton and singlecall.

0 Answers  


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


Can a user browsing my Web site read my Web.config or Global.asax files ?

1 Answers  


hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...

1 Answers  


Categories