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

Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?

2 Answers  


How you can access the values from the Repeater control in ASP.NET?

0 Answers  


What is the difference between a cookie and a pixel?

0 Answers  


How many classes can a single .NET DLL contain?

6 Answers   SoftSol,


Why is global asax is used for?

0 Answers  






What is web api config?

0 Answers  


How can you provide an alternating color scheme in a Repeater control?

6 Answers   Siebel Systems,


What is advantage and disadvantage of viewstate

3 Answers  


How do you define authentication in Web.Config?

2 Answers   Accenture, BirlaSoft, IBM,


Can you explain the importance of finalize method in .net?

0 Answers  


What are session state modes? List some of the important session state modes of asp.net.

0 Answers  


what is view state and its use

10 Answers   DELL, Efextra, HCL,


Categories