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 |
How to transpose rows into columns and columns into rows in a multi-dimensional array ?
Explain the difference between web user control and web custom control?
Types of session management in ASP.NET?
What is meant by asp.net?
What is a 307 redirect?
What is the mvc framework?
Define ViewState and how can it be used?
Define managed code and managed data in .net?
What is class and object in asp.net?
Will the asp.net validators run in server side or client side?
How can we create a website?
What methods are fired during the page load? Init()
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)