In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
Answer Posted / kalidasan
Init
Loading
Pre Rendering
Saving
Rendering
Unloading
Disposing
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Where is the view state data stored?
what is publisher?
What kind of data we can store in viewstate?
what is silver light when will we use silver light,
How do you identify that the page is postback?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
Why cyclomatic complexity is important?
Is asp.net and .net the same?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is a session in asp.net?
Is asp.net different from asp? If yes, explain how?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is difference between cookies and cache?
What New Features comes with ASP.NET Web API 2.0?
Is it right that ASP.NET Web API has replaced WCF?