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 is Stateless ASP or ASP.Net?

2 Answers   Accenture,


In my code i have 3 tables,i have to insert 3 tables data using single insert query so that i wrote transations in a sp.but what my problem is,in those 3 tables i have to include my empId from another table.when i'm passing values im getting error at this EmpId. how can i solve this error to execute insert query? plesae tell me the solution...

1 Answers  


Types of configuration files and their differences ?

2 Answers   Accenture,


Is asp.net is a programming language?

0 Answers  


witch is the best insistute in sharpoint course.what abt future of share point course.

2 Answers  






i cant get Primary output selection from the Dialog box While Creating Setup and Deployment the web application how to solve it..

1 Answers  


What are the types of authentications in ASP.NET?

2 Answers   Accenture, BirlaSoft,


To call a Web service SOAP which transport protocol you use?

3 Answers   Siebel,


Is It Possible for Static Variables access normal variable? and Normal Varialbe Access the static Variables?

1 Answers   Phoenix Technologies,


Types of state management techniques ?

6 Answers   Digital GlobalSoft,


What is the use of The Page.Master Property?

1 Answers  


what is DLL Hell and how it is solved in .NET?

24 Answers   icegen, next, -uk, NIIT,


Categories