Is it necessary to undertsand these events of an ASPX page
execute. Explain its importantance?

Answers were Sorted based on User's Feedback



Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?..

Answer / sivakumar

YEs, Its very Important
Sequence
--------------
1. Page_Init()
2. Load View State
3. Load Post Data
4. Page Load
5. Raise Post Data Changed Event
6. Raise Post Back Event
7. Page _ PreRender
8. Save View State
9. Page _ Render
10. Page _ Unload

Is This Answer Correct ?    6 Yes 0 No

Is it necessary to undertsand these events of an ASPX page execute. Explain its importantance?..

Answer / navin.cp

Yes these are important. If you dont know the sequence of
execution, then where u will put your code block to full
fill requirements.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

About duration in caching technique ?

4 Answers   Accenture,


What is datagrid asp.net?

0 Answers  


What is the default timeout for a cookie?

0 Answers  


How do you design a website with multilingual support in ASP.NET ?

0 Answers   MCN Solutions,


What is a 307 redirect?

0 Answers  






What is the difference between table and query?

0 Answers  


Which @page directive should you create an asynchronous page?

1 Answers  


What is application in asp net?

0 Answers  


Explain diff. Between friend and protected friend?

0 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


What are session state modes in asp.net?

0 Answers  


How to implement globalization and localization in the use interface in .net.

0 Answers  


Categories