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

diffrance between stored procedure & function in sql server?

2 Answers  


What are session cookies?

0 Answers  


If there is submit button in a from tell us the sequence what happens if submit is clicked and in form action is specified as some other page ?

1 Answers   MMTS,


What is asp.net and its advantages?

0 Answers  


In which event of the page life cycle, is the viewstate available?

0 Answers  






What are the difference between function and stored procedure in .net programming language?

0 Answers  


What is caching? What are different ways of caching in asp.net?

0 Answers  


can i call the java script to code behind file?if yes how?

4 Answers   Wipro,


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


What is difference between view state and session state?

0 Answers  


What is cyclomatic complexity and why is it important?

1 Answers  


What are the three parts of an http response?

0 Answers  


Categories