In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
Answers were Sorted based on User's Feedback
Answer / shalini
The events occured as follows:-
1)Page_Init()
2)Page_Load()
3)Page_Prerender()
4)Page_Unload().
| Is This Answer Correct ? | 51 Yes | 5 No |
Answer / kannan
Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
Page_Render()
Page_Unload()
| Is This Answer Correct ? | 18 Yes | 6 No |
Answer / simon
Follow up question: what is the actual difference between
Page_Init and Page_InitComplete Events?
As far as I can gather from googling this a bit, both fire
when the Initialisation stage is complete - all controls
have been created and are available, but before any
viewstate has been re-loaded into the controls.
If I wanted to dynamically create more controls, or add
rows to an existing table etc. Which event procedure
should I use?
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / firoj husen shaikh
The events will be executed in following order,
Page_PreInit()
Page_Init()
Page_InitComplete()
LoadViewState()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
SaveViewState()
Page_Render()
Page_Unload()
As a developer it is necessry to understand which event is
useful to initialize variables and other kind of
initialization.
| Is This Answer Correct ? | 9 Yes | 8 No |
Answer / 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 |
what is DLL Hell and how it is solved in .NET?
24 Answers icegen, next, -uk, NIIT,
Explain managed code an un-managed code.
What are sql joins?
What is custom control. What is the difference between custom control and user control?
Can asp.net work on an nt server?
Where the viewstate is stored after the page postback?
What methods are fired during the page load?
What is the difference between stored procedure vs function?
Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process?
1 Answers Patni, Perot Systems, Sedna Technology,
How Response.flush works in server.Execute ?
1 Answers Keane India Ltd, TCS,
Are xaml file compiled or built on runtime?
What is the difference between and ActiveX dll and control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)