Hi , I am Basha. I am searching a job in dotnet.Plz tell me
the order of page events in asp.net 2.0> plz send faq's
related to c#.net,asp.net,sqlserver2000 etc. to my mail-id :
bashask.ss@gmail.com

Answers were Sorted based on User's Feedback



Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0..

Answer / prabu s

Order of page event occur?

1. Page_Init
2. Page_Load
3. Control events
4. Page_Unload event

Is This Answer Correct ?    13 Yes 0 No

Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0..

Answer / chandra sekhar dola

In ASP.NET 2.0 we have lot of new events occur while page
loads.

Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_PreRender()
Page_PreRenderComplete()
Page_Unload().

Is This Answer Correct ?    8 Yes 4 No

Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0..

Answer / csc

Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_PreRender()
Page_PreRenderComplete()
Page_SaveStateComplete()
Page_Unload()

Is This Answer Correct ?    3 Yes 1 No

Hi , I am Basha. I am searching a job in dotnet.Plz tell me the order of page events in asp.net 2.0..

Answer / nitya

Page_PreInit()
Page_Init()
Page_InitComplete()
Page_PreLoad()
Page_Load()
Page_LoadComplete()
Page_PreRender()
SaveStateComplete()
Page_Render()
Page_Unload().

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More ASP.NET Interview Questions

What type of code (server or client) is found in a Code-Behind class?

3 Answers   Siebel Systems,


What is the importance of Global.asax in ASP.NET?

0 Answers   B-Ways TecnoSoft,


What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?

1 Answers  


Difference between response.redirect and server.transfer?

0 Answers  


How do sessions work?

0 Answers  






what is difference between User Control,Custom Contro1,Web server control and template controls

1 Answers  


What is session in asp.net?

0 Answers  


Explain different types of validators in asp.net?

0 Answers  


Does JITting occur per-assembly or per-method? How does this affect the working set?

1 Answers  


How can you make sure that web api returns json data only?

0 Answers  


Explain the use of view state?

0 Answers  


How can you change a Master page dynamically in which event of page life cycle?

2 Answers   Fulcrum Logic,


Categories