what are the events in ASP.net page life cycle?



what are the events in ASP.net page life cycle? ..

Answer / sivaprasad

Init - which will execute when page execution is started.

Load - start loading

Prerender - The last stage to save any information in
viewstate.

Save state - The information of page will save in viewstate

Render - The page content will rendered.

Dispose - Page instance will be destroyed.

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

What are the HTML server controls in ASP.NET?

0 Answers   MindCracker,


What are HTTP handlers in ASP.NET?

0 Answers   MindCracker,


What is the difference between Proxy and Contract?

1 Answers  


Types of session management in ASP.NET?

1 Answers   Microsoft,


What is the difference between CC and BCC?

0 Answers   MCN Solutions,






Is data can be edited in the Repeater control?

2 Answers  


Define data caching?

0 Answers  


What are different types of api?

0 Answers  


What definition correctly defines a label server control with the name set to lblHoop? a) <asp:Label name=?lblHoop? runat=?server? /> b) <Label id=?lblHoop? runat=?server? /> c) <asp:Label id=?lblHoop? runat=?server? /> d) <server label name=?lblHoop? runat=?asp? />

3 Answers   Syntax Softtech,


What is web.config and machine.config ?

1 Answers   Patni,


What is the difference between application state and session state in asp net?

0 Answers  


How do you add a javascript function for a link button in a datagrid ?

4 Answers   Microsoft,


Categories