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
How can we make sure that Web API returns JSON data only?
How can we identify that the page is post back in asp net?
Is asp.net a language?
What is asp net objects?
What is the difference between application state and caching?
What is the viewstate in asp.net?
What is http post and http get?
How can we inherit a static member?
Can you explain one critical mapping?
What is content page in asp net?
Define repository pattern in asp.net mvc? : asp.net mvc
What is mvc in asp.net interview question? : Asp.Net MVC
What is postback and autopostback in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?