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

Which adapter should you use, if you want to get the data from an access database?

0 Answers  


How to convert any string to view state format in asp.net? §ÇÛ짬ªª³ö»Ç¾ö»ÂÇ¿¾»¼»¾ö¼ÉÇöÇÏǼ»Ãö®±ª§°ö«³ -- i want convert this string to view state.

1 Answers   iFlex,


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

0 Answers  


Define static function?

0 Answers  


1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?

2 Answers   247Customer,






Explain about consistent programming model in the .NET framework?

0 Answers  


What are the two properties that are common on every validation control?

0 Answers   Siebel,


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


What are the different types of validation controls provided in ASP.NET?

0 Answers   Sans Pareil IT Services,


What are the advantages of passport authentication?

0 Answers  


What is Http handler?

5 Answers   Accenture,


How we handle the runtime database schema change issue in asp.net application?

2 Answers   IBM, Tech Mahindra,


Categories