What methods are fired during the page load?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What are different transaction options?
What is boxing and unboxing ?
7 Answers Accenture, Infosys, MedTek,
What is asp.net mvc? : asp.net mvc
What is web configuration file and how to use in web application
What are the different modes for the sessionstates in the web.config file?
When is validation done on the client? How does client-side validation improve the efficiency of an application?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
what is asp dotnet
main difference between asp.net2.0,asp.net1.1,asp.net1.0
what is satellite assembly in .net?
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.
Difference between datagrid and datareader?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)