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

In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?

0 Answers  


what is machine key error in asp.net? how to solve it?

1 Answers  


Explain the difference between Web Garden and Web Farm?

0 Answers   Sans Pareil IT Services,


hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.

4 Answers   Lambent,


how to send mail in asp.net

2 Answers  






Can the unique key be null?

0 Answers  


What is difference between cookies and cache?

0 Answers  


How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


what are the types of ASP objects ?

7 Answers   Satyam,


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

2 Answers  


About dataset and data mining ?

1 Answers   Cognizant,


what is client-server architecture in .net? and what is 3-tier architecture?

1 Answers  


Categories