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 |
In Code-Behind class which kind of code (server or client) is found ?
What are the Types of session management in ASP.NET
In ViewState How much lifespan items stored?
What is a user session?
Difference between asp and asp.net ?
4 Answers Accenture, BirlaSoft, TCS,
What is the use Membership in asp.net? and What is the use profiler in asp.net?
What is the difference between ASP Session State and ASP.Net Session State?
About the Usage of htmlencode and urlencode ?
What is the use of sessionstate tag in the web.config file?
what cut off mark for po's,what questions they asked for interview?
How many types of sessions are there in asp net?
What is difference between mvc and asp.net? : Asp.Net MVC
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)