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

What are uri parameters?

0 Answers  


What layout mode is the default when a new Web Form is created? a) GridBagLayout b) GridLayout c) FlowLayout d) FormLayout

2 Answers   Syntax Softtech,


What is a server farm in iis?

0 Answers  


Which authentication uses a combination of windows and iis authentication?

0 Answers  


What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?

1 Answers   Patni,






How can we create custom controls in asp net?

0 Answers  


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


How can we apply themes to an asp.net application?

0 Answers  


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net

0 Answers  


What is the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


is it possible to access website from a remote place, without deploying it on web server?

1 Answers  


Categories