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 we use the java script code in .Net Code behind?

5 Answers   eXensys,


what is caching

3 Answers  


Differentiate between client-side and server-side validations in web pages.

0 Answers  


How do we get only edited/deleted/inserted records from a Dataset?

1 Answers   Syntax Softtech,


What is the function used for removing an event listener?

0 Answers  






State management in asp.net ?

8 Answers   Accenture,


What are the new web part controls in asp.net 2.0 ?

0 Answers  


How can we Validate a Controls in ASP.NET page using JavaScript?

0 Answers   QuestPond,


In which situation can you not use a viewstate?

0 Answers  


Difference between dynamic query and static query ?

1 Answers   DELL,


What is role-based security in asp.net?

0 Answers  


Explain culture and uiculture values.

0 Answers  


Categories