GeekInterview.com
Home
Tech Articles
Code Samples
Learn
Freelance Projects
Online Testing
Geek Talk
Job Postings
Knowledge Base
Geek Blogs
Question Bank
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
I am new,
Sign me up!
User Name
Remember Me?
Password
Interview Questions
Certification
Placement Papers
Tech FAQ
Career Advice
Engineering
Ask Question
GeekInterview.com
>
Interview Questions
>
Microsoft
>
ASP.NET
Go To First
|
Previous Question
|
Next Question
ASP.NET
| Question 137 of 164
Print
what events will occur when a page is loaded?
Total Answers and Comments:
5
Last Update: October 23, 2009 Asked by:
ghd
Sponsored Links
Best Rated Answer
—
No best answer available. Please pick the good answer available or
submit
your answer.
September 25, 2007 04:44:00
#1
P.vinothkumar
RE: what events will occur when a page is loaded?
Page Init
Is this answer useful?
Yes
|
No
November 27, 2007 04:53:47
#2
mahesh_dutta
RE: what events will occur when a page is loaded?
Page_PreInit
Page_Init
Page_InitComplete
Page_PreLoad
Is this answer useful?
Yes
|
No
December 13, 2007 00:57:32
#3
Narinder19feb2005
Member Since: December 2007 Contribution: 2
RE: what events will occur when a page is loaded?
The event Sequence is as such
1.PreInit
Page_Init
Page_InitComplete
Is this answer useful?
Yes
|
No
December 13, 2007 01:01:56
#4
Narinder19feb2005
Member Since: December 2007 Contribution: 2
RE: what events will occur when a page is loaded?
Please Ignore earliar answer as that is not complete and accicdently i clicked on submit
The Page Load Events are as under
1 PreInitialize
2. Initialize
3. Initialize Complete
4. PreLoad
5. Load
6. LoadComplete
6. PreRender
7 PreRenderComplete
8 Unload
Is this answer useful?
Yes
|
No
October 23, 2009 02:37:53
#5
kirangiet
Member Since: June 2009 Contribution: 24
RE: what events will occur when a page is loaded?
We are having 11 Page life cycle events.
Below are the events occures during page load.
1) Page_PreInit
2) Page_Init
3) Page_InitComplete
4) Page_PreLoad
5) Page_Load
6) Page_LoadComplete
7) Page_PreRender
8)Render
Rest won't occure during pageload. Other events includes
1)Control Events
2)SaveViewState
3)Page_Unload
Note: Render is a event raised by page.
Is this answer useful?
Yes
|
No
Go To Top
Sponsored Links
Related Categories
—
ADO.NET Interview Questions
ADO.NET 2.0 Interview Questions
Architecture Interview Questions
ASP Interview Questions
ASP.NET Interview Questions
ASP.NET 2.0 Interview Questions
Microsoft.NET Interview Questions
C# Interview Questions
DataGrid Interview Questions
DotNet Interview Questions
Microsoft.NET 2.0 Interview Questions
Microsoft Basics Interview Questions
Reporting Services Interview Questions
VB.NET Interview Questions
Visual Basic Interview Questions
Sponsored Links
About Us
-
Privacy Policy
-
Terms and Conditions
-
Contact
-
Ask Question
-
Propose Category
-
Site Updates
Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved