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


Please Help Members By Posting Answers For Below Questions

Which is better session or viewstate?

508


What is the purpose of App_Code folder in ASP.NET? Why we this?

611


What are different types of api?

529


Define machine.config in .net?

551


Explain the difference between webfarm and webgardens in .net?

543






What r the asp.net list controls and diff. Between them?

501


Explain culture and uiculture values.

542


What is the difference between session and application?

502


what are the web form events available in asp.net?

558


About CLR, reflection and assemblies?

1539


What is true about application service provider?

487


What is viewstate in asp net with example?

525


What are the different types of proxy patterns?

592


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2591


How do I send an email message from my ASP.NET page?

529