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
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 |
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 |
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 |
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 |
Difference between .NET and previous version?
How do you do exception management
What is the difference of a LEFT JOIN and an INNER JOIN statement? What is a Cartesian product? What causes it?
What is application variable?
What is the difference between union and join?
What parameters can you pass in the url of the api?
How does windows service lifecycle differ from a .standard. Exe?
What is the difference between response.redirect and server.transfer?
What is the purpose of url encoding?
Give an example appropriate use forweb service as opposed to a non-serviced .NET component
What are the types of assemblies and where can u store them and how ?
What is authorization in asp.net?