ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET
 
 


 

 
 Visual Basic interview questions  Visual Basic Interview Questions
 C Sharp interview questions  C Sharp Interview Questions
 ASP.NET interview questions  ASP.NET Interview Questions
 VB.NET interview questions  VB.NET Interview Questions
 COM+ interview questions  COM+ Interview Questions
 ADO.NET interview questions  ADO.NET Interview Questions
 IIS interview questions  IIS Interview Questions
 MTS interview questions  MTS Interview Questions
 Crystal Reports interview questions  Crystal Reports Interview Questions
 BizTalk interview questions  BizTalk Interview Questions
 Dot Net interview questions  Dot Net Interview Questions
 Exchange Server interview questions  Exchange Server Interview Questions
 SharePoint interview questions  SharePoint Interview Questions
 Microsoft Related AllOther interview questions  Microsoft Related AllOther Interview Questions
Question
In what order do the events of an ASPX page execute. As a
developer, why is it important to understand these events?
 Question Submitted By :: Rajeswari
I also faced this Question!!     Rank Answer Posted By  
 
  Re: In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
Answer
# 1
The events occured as follows:-
1)Page_Init()
2)Page_Load()
3)Page_Prerender()
4)Page_Unload().
 
Is This Answer Correct ?    6 Yes 1 No
Shalini
 
  Re: In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
Answer
# 2
Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_Prerender()
Page_Render()
Page_Unload()
 
Is This Answer Correct ?    4 Yes 4 No
Kannan
 
 
 
  Re: In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
Answer
# 3
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 ?    3 Yes 4 No
Firoj Husen Shaikh
 
  Re: In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
Answer
# 4
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 ?    0 Yes 0 No
Simon
 
  Re: In what order do the events of an ASPX page execute. As a developer, why is it important to understand these events?
Answer
# 5
Page_PreInit
Page_Init
Page_InitComplete
Page_PreLoad
Page_Load
Page_LoadComplete
Page_Prerender
Page_Unload
 
Is This Answer Correct ?    0 Yes 0 No
Ashutosh
 

 
 
 
Other ASP.NET Interview Questions
 
  Question Asked @ Answers
 
What is the difference between excute query and excute nonquery.?  3
33) You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do? A . Create an installer and set the Installer.Context property for each version of your application. B . Create an installer that has a launch condition to verify the locale settings. C . Create an installer that has a custom action to install only location-specific files. D . Create an installer that has an MsiConfigureProduct function to install the appropriate version. Syntax-Softtech2
Can we use multiple forms in single asp.net application? Polaris2
What does this do? sn -t foo.dll  2
what is aspcompat? what it does?  1
To which side ( server ? client) does the user input data validation occur? Explain the reasons for it?  1
If cookies is disabled in client browser will session work ? Satyam3
How Can we use multiple forms in single asp.net application? Polaris2
Explain how server control validation controls works? Syntax-Softtech2
What are skins?  1
Can you explain the difference between an ADO.NET Dataset and an ADO Recordset? HCL3
What are the new page events added in Asp.net 2.0 ? Sapient5
To display data in a Repeater control which templete is provided ?  4
what is the dllhell? why we use the dllhell?  4
Various types of Page Load functions Net-Solution3
How to merge 2 tables fields in DataTable in asp.net Wipro5
How many types of sessions are there?  2
About friend and Protected friend ? MMTS3
If Asp Dot Application is stateless what happened? during designing TCS3
Difference between Dataset and DataReader ? Accenture4
 
For more ASP.NET Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com