Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What methods are fired during the page load?

Answers were Sorted based on User's Feedback



What methods are fired during the page load? ..

Answer / lakshmi

Init() - when the page is instantiated.
Load() - when the page is loaded into server memory.
PreRender()- the brief moment before the page is displayed
to the user in html.
Unload() - when page finishes loading.

Is This Answer Correct ?    16 Yes 1 No

What methods are fired during the page load? ..

Answer / swapna

BeginTranaction - only if the request is transacted
Init - every time a page is processed
LoadViewState - Only on postback
ProcessPostData1 - Only on postback
Load - every time
ProcessData2 - Only on Postback
RaiseChangedEvent - Only on Postback
RaisePostBackEvent - Only on Postback
PreRender - everytime
BuildTraceTree - only if tracing is enabled
SaveViewState - every time
Render - Everytime
End Transaction - only if the request is transacted
Trace.EndRequest - only when tracing is enabled
UnloadRecursive - Every request

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More ASP.NET Interview Questions

If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.

4 Answers  


What is shadowing?

2 Answers   Syntax Softtech,


how can i am search the data from database? just like google

2 Answers  


Where can we set the specific variables for a application and Session objects ?

2 Answers   Siebel,


Explain form level validation and field level validation?

0 Answers  


What is clickid?

0 Answers  


What is a PostBack? What is ViewState? How is it encoded? Is it encrypted? Who uses ViewState? Why is it either useful or evil?

3 Answers   TCS,


difference between Trace and Debug ?

2 Answers   Accenture, HCL, Patni,


What is the extension of master page in asp.net?

0 Answers  


How to set the pane area to transparent of a scrollPane component.?

0 Answers   MCN Solutions,


What is strong-typing versus weak-typing?

0 Answers  


why should i use FormsAuthentication.RedirectFromLoginPage (); Method in Form Authentication?Without using this method also it's good??

2 Answers  


Categories