What are the new page events added in Asp.net 2.0 ?
Answers were Sorted based on User's Feedback
Answer / mohini nalawade
The new events added to the page class are:
1. InitComplete is called when the page is initialized and
the process is complete.
2. LoadComplete as the name suggests is called at the end
of the load stage of the page’s life cycle.
3. PreInit is called before the page is initialized
4. PreLoad is called before the loading of the page is
complete.
5. PreRenderComplete is called when the prerendering phase
is complete and all the child controls have been created.
After the event, the personalization data and the view
state are saved and the page is rendered to HTML.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / karna
pre-init()
pre-load()
pre-initcomplete()
pre-loadcomplete()
pre-rendercomplete()
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / rajasekaran
new events are
init complete
load complete
prerender complete
prerender load comlete
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / kamal
PreInit
InitComplete
PreLoad
LoadComplete
PreRenderComplete
PreSaveState
SaveStateComplete
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the difference between overriding and overloading?
What is server infrastructure?
Explain the use of fragment caching.
What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?
Is there any alternative to avoid name collisions other then Namespaces?
please can any describe 'Master Page' in ASP.Net 2.0
Which browsers support the xmlhttprequest object?
How many types is controls is there in Asp.Net?If it means what are types of custom controls?Explain about user controls,Web server controls,Hrml server controls?
What is session handling in a webfarm, how it can work with its limits?
is it possible to access website from a remote place, without deploying it on web server?
In which event of the page viewstate is available?
What are the main differences between asp and asp.net?
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)