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 |
Explain the difference between inline and code behind - which is best in?
What is the difference between application state and session state in asp net?
What is .net framework and what are the main components of it?
What is application variable in asp.net?
What is the difference between table and query?
when is the role performed by IIS sever when ever a request send from browser
Where is the view state data stored?
If(dropdownlist1.selectedIndexChanged==true) { //code } else { //code } I am getting error in If condition, so can u pls give me a solution.
What is application and session in asp.net?
What is difference between viewstate and session in asp net?
Explain about asp.net 2.0 themes?
How to reduce the Page size in 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)