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

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

Is This Answer Correct ?    6 Yes 1 No

What methods are fired during the page load?..

Answer / janaki

1. Object Initialization
2. Load View state Data
3. Load Post Data Processes Post back Data
4. Object Load
5. Raise Post Back Change Events
6. Process Client-Side Post Back Event
7. Prerender the Objects
8. View State Saved
9. Render To HTML
10. Disposal

Is This Answer Correct ?    2 Yes 0 No

What methods are fired during the page load?..

Answer / dhirendra kumar

1.PreInit
2.Init
3.Initcomplete
4.Preload
5.Load
6.PreLoadComplete
7.PreRender
8.PreRenderComplete
9.SaveState
10.SaveStateComplete
11.Render
12.Unload

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Types of optimization and name a few and how do u do?

1 Answers   Accenture,


What is webresource axd?

0 Answers  


Differentiate globalization and localization.

0 Answers  


suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????

1 Answers   L&T,


hi i am varinder. i am very eager to learn ASP.net in C#. i am beginer to it. i have refer some books but i found it tuff to understand. their language is tuff. So please tell me the best site or best book to learn ASP.net in C#. i will be very thankful. Varinder

1 Answers  






Is razor a programming language?

0 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


What is Response.Flush method ?

3 Answers   Keane India Ltd,


Describe a Windows Service and its lifecycle ?

0 Answers   Siebel,


What is Hybrid dictionary

1 Answers  


How can you handle errors in Web API?

0 Answers  


Explain difference between dataset and recordset?

0 Answers  


Categories