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 base class of .net?

0 Answers  


What is datagrid asp.net?

0 Answers  


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


How to add DateTime Control in normal DataGrid Server Control?

0 Answers  


I have an excel file with data, i am importing this excel file data into Sqlserver 2005 database. while importing i am getting wrong data(ie, special characters) in one column(description column), upto some limit the data in that column is coming fine,after that data is coming like below. The "Walter" leather storage bench is one of our most popular styles. The top with the tufting and double stitching finish a very impressive piece. The size is perfect in front of beds and the storage adds another functional bonus. Open it up and sneak al���Ƴ�Â��ƴ�Ã��ƶ�Å�� al���Ƴ�Â��ƴ�Ã��ƶ�Å�� Is there anywhy to resolve this? (I am using recordset in coding for developing import process.) please help me soon.

0 Answers  






To wrap up a call to a Web service the standard used is..?

0 Answers   Siebel,


Explain the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Explain the difference between an exe and a dll?

0 Answers  


Mention few asp.net validators.

0 Answers  


how can i inharit multiple classes?

3 Answers  


How can I create master page in asp net?

0 Answers  


can i use store procedure in disconnected mode? give me answer

2 Answers  


Categories