Explain the life cycle of an ASP .NET page.
Answers were Sorted based on User's Feedback
Answer / kunwar pal singh
Page_Init -- Page Initialization
LoadViewState -- View State Loading
LoadPostData -- Postback data processing
Page_Load -- Page Loading
RaisePostDataChangedEvent -- PostBack Change Notification
RaisePostBackEvent -- PostBack Event Handling
Page_PreRender -- Page Pre Rendering Phase
SaveViewState -- View State Saving
Page_Render -- Page Rendering
Page_UnLoad -- Page Unloading
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kinkar nag
1. PreInit
2. Init
3. InitComplete
4. PreLoad
5. Load
6. Load Complete
7. PreRender
8. SaveStateComplete
9. Render
10.Unload
| Is This Answer Correct ? | 1 Yes | 0 No |
Why is an object pool required?
Where is asp.net view state stored?
What is asp.net used for?
How will create assesblies at run time?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How do you relate an aspx page with its code behind page ?
4 Answers Accenture, BirlaSoft,
What are the features of asp.net mvc?
Why is asp.net so popular?
What is the difference between HTTP-Post and HTTP-Get ?
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What is .net framework and what are the main components of it?
when a request is made in Life cycle of ASP.NET page .
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)