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 / guest

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

Is This Answer Correct ?    6 Yes 1 No

What methods are fired during the page load?..

Answer / janaki

1. Object Initialization
2. Load View state Data
3. Load Post Data Processes Post back Data
4. Object Load
5. Raise Post Back Change Events
6. Process Client-Side Post Back Event
7. Prerender the Objects
8. View State Saved
9. Render To HTML
10. Disposal

Is This Answer Correct ?    2 Yes 0 No

What methods are fired during the page load?..

Answer / dhirendra kumar

1.PreInit
2.Init
3.Initcomplete
4.Preload
5.Load
6.PreLoadComplete
7.PreRender
8.PreRenderComplete
9.SaveState
10.SaveStateComplete
11.Render
12.Unload

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

What are different transaction options?

2 Answers   Astadia,


What is boxing and unboxing ?

7 Answers   Accenture, Infosys, MedTek,


What is asp.net mvc? : asp.net mvc

0 Answers  


What is web configuration file and how to use in web application

0 Answers   MCN Solutions,


What are the different modes for the sessionstates in the web.config file?

2 Answers  


When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1 Answers   BirlaSoft,


what is asp dotnet

2 Answers  


main difference between asp.net2.0,asp.net1.1,asp.net1.0

1 Answers   Northgate is,


what is satellite assembly in .net?

4 Answers   iSoft,


accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.

1 Answers  


Difference between datagrid and datareader?

1 Answers  


Categories