In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answer Posted / ashutosh
Page_PreInit
Page_Init
Page_InitComplete
Page_PreLoad
Page_Load
Page_LoadComplete
Page_Prerender
Page_Unload
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Where do the cookie state and session state information be stored?
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is a web api? Which protocol is used in a web api?
What a diffgram is, and a good use for one?
COM+ Used ________________ Isolation Level
Why viewstate is used in asp.net?
What is server redirect?
Define machine.config in .net?
What is the differences between a primary key and a unique key in sql server?
How Session use Cookies in State Management?
How does http session work?
Explain parts of assembly?
To add a hyperlink column to the DataGrid which tag is used ?
Define static function?