How Many types of Page Load functions in asp.net

Answers were Sorted based on User's Feedback



How Many types of Page Load functions in asp.net..

Answer / sakthivel

Page_init
Page_Load
Page_Prerender
Page_Unload

this is the main page load functions

Is This Answer Correct ?    13 Yes 1 No

How Many types of Page Load functions in asp.net..

Answer / nazeer

Page_AbortTransaction
Page_CommitTransaction
Page_DataBinding
Page_Disposed
Page_Error
Page_Init
Page_InitComplete
Page_Load
Page_LoadComplete
Page_PreInit
Page_PreLoad
Page_PreRender
Page_PreRenderComplete
Page_SaveStateComplete
Page_Unload

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

How to handle errors in Web API?

0 Answers  


what is the role of aspx file ?

2 Answers   Netsweeper,


what is diference between the .net1.0 & .net2.0 ?

3 Answers   EMax,


How to check the end of the record in Datareader?

2 Answers   Cognizant,


What is customer control and user control?

1 Answers   Perot Systems,






difference between writing connection string in web.config through connection string and appsettings

2 Answers   iSoft,


Why is string called immutable data type?

0 Answers  


How can you implement encapsulation in asp.net?

6 Answers   TCS,


what is CLR?

3 Answers   PrimeLine,


In which event of the page viewstate is available?

0 Answers  


What is redirecting behavior?

0 Answers  


When should I use server transfer and response redirect?

0 Answers  


Categories