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
Answer Posted / 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 |
Post New Answer View All Answers
Explain the concept of event bubbling in ASP.NET?
Explain how is the asp.net mvc architecture different from others? : asp.net mvc
What are client activated objects?
What kind of programming language is ASP.NET?
What is __ requestverificationtoken?
What is role-based security in asp.net?
Define transparent caching with aop?
what is loosely coupled solution? How it can be used?
Explain the features that make asp.net more used framework? : asp.net mvc
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is viewstategenerator?
How many ways are there to maintain a state in .net? What is view state?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
Explain how does asp page work?
What is global.asax file used for?