page life cycle of asp.net.

Answers were Sorted based on User's Feedback



page life cycle of asp.net...

Answer / aparna

page initialization
load the view state
load pastback values
page load
page pre-render
page render
save view-state values
page unload

Is This Answer Correct ?    4 Yes 1 No

page life cycle of asp.net...

Answer / gv

Page Init
Load
Unload
Dispose

Is This Answer Correct ?    2 Yes 1 No

page life cycle of asp.net...

Answer / rk

PreInit
Init
Preload
load
Prerender
Savestate
Render
Dispose

Is This Answer Correct ?    1 Yes 0 No

page life cycle of asp.net...

Answer / sharifuddin

Init
Load
Pre-render
Render
Unload
Dispose

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Is react a template engine?

0 Answers  


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


What is the concepts of globalization and localization in .net?

0 Answers  


How to do Forms authentication in asp.net?

2 Answers  


Difference between DataView and DataTable

4 Answers  






Explain http handlers? Where we can use the http handlers?

0 Answers   Accenture,


What is the Custom Error in ASP.NET?

2 Answers   ABB, IBM, Infosys, Tech Mahindra,


What’s the use of “GLOBAL.ASAX” file?

0 Answers  


What is asp net theme?

0 Answers  


What is Pre-Render event in ASP.NET?

0 Answers   MindCracker,


Explain significance of routing? : asp.net mvc

0 Answers  


Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?

0 Answers  


Categories