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 is the purpose of url encoding?
Can you explain page lifecycle in net?
Name the control which can be used to reserve the space on web page for storing localized data.
How would you turn off cookies on one page of your website?
how we can solve machine key error in asp.net?
Where do we store our connection string in asp.net application?
What is the difference between the asp and asp.net?
How can u handle Un Managed Code Exceptions in ASP.Net?
what is the difference between this.controls and page.form1.controls and me.controls?
What is the difference between web config and machine config files?
Name the tools or API for developing or testing web api?
I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....
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)