Page Life Cycle in ASP.NET
Answers were Sorted based on User's Feedback
Answer / alb.shah
1.Page_Init
2.LoadViewState
3.LoadPostData
4.Page_Load
5.RaisePostDataChangedEvent
6.RaisePostBackEvent
7.Page_PreRender
8.SaveViewState
9.Page_Render
10.Page_UnLoad
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / neha jain
Following is the sequence in which the events occur :-
√ Page_Init.
√ Page_Load.
√ Control events
√ Page_Unload event.
Page_init event only occurs when first time the page is
started , but Page_Load occurs in
subsequent request of the page.
| Is This Answer Correct ? | 3 Yes | 1 No |
What are session objects?
when the user control event occur in ASp page life cycle?
The question is "After sign out from email, Then we click a back button , we can't go to the previous page ie inbox page, It is displaying a login form only" My doubt is How will code this , If u know please blog me through this or my mail. my mail id is yoursguna@gmail.com
What is asp net objects?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What are the types of authentication in asp.net?
differences between class inheritance and interface?
Why do we need url encoding?
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
All kind of access specifiers for a class and for methods ?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Explain how cookies work.
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)