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

what is the differance between native code & managed code?

5 Answers   Microsoft,


What is the difference between Proxy and Contract?

1 Answers  


What is AutoEventWireup attribute for ?

0 Answers  


Can the validation be done in the server side? Or this can be done only in the Client side?

2 Answers  


When using the Pager object, inorder to know which page to go, which property you have to set to grid?

0 Answers   Siebel,






What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

0 Answers  


What is Partial PostBack in ASP.NET?

0 Answers   Viscus Infotech,


What is Serilazation? how many type of serilazation are their?

3 Answers  


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

0 Answers  


How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?

0 Answers  


How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.

0 Answers   Siebel,


In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?

1 Answers  


Categories