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
Which is better asp.net or php?
Why do we need a web application session?
What is asp.net globalization?
What is client side state management?
Is there any alternative to avoid name collisions other then Namespaces?
Explain how cookies work.
What is the difference between server-side scripting and client-side scripting?
Is it possible to create web application with both webforms and mvc?
What is the state management in asp.net?
How you can stop the validation of ASP.NET controls from client side?
Which .NET framework supports Web API?
What are session state modes? List some of the important session state modes of asp.net.
Where the assembly is stored in asp.net?
Is session server side or client side?
What are the difference between function and stored procedure in .net programming language?