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 |
can i call the java script to code behind file?if yes how?
How to retrieve data row by row from a DataTable? Thanks In advance PriyaPP
Explain about Automatic resource management?
what exception is thrown when you do a response.redirect
In your web.config file which attribute of <Globalization> element identifies the default culture that will be used for web request?
what does membership class provide?
Why do we need Sessions?
How cross page posting is done in Asp.net 2.0?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
When Cookies are expired in ASP.NET?
0 Answers Sans Pareil IT Services,
what is managed and unmanaged code?
List the advantages and disadvantages of user control an custom control?
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)