How Many types of Page Load functions in asp.net
Answers were Sorted based on User's Feedback
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 |
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 |
What are cookies in your browser?
Any alternative to avoid name collisions other then Namespaces?
Which class provides methods that can be used to manage role membership to be used in user authorization?
Difference between datareader and dataset ?
Is asp.net mvc front end or backend? : Asp.Net MVC
what is caching?
what are the components available in global.asax ?
How do you identify that the page is postback?
what is view state and its use
10 Answers DELL, Efextra, HCL,
what is wwf in asp.net?
What is a postback url?
what is an Eventbubbling?