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 |
How to remove cache object in asp.net?
How to make paging concepts in datagrid in ASP.NET?
0 Answers Sans Pareil IT Services,
what is Satellite Assembly?
What are the server controls in asp.net?
What is strong-typing versus weak-typing? Which is preferred? Why?
What is odata in web api?
What is master page in dtp?
How can u sort strings in array where strings are passed to method as arguments.
web farm .. how does session shuld be stored... if inproc used? does the session persists from one server to other.
How can we create pie chart in asp.net?
where should write the connection string Show that it will apply whole pages in the website
What is the difference between session and viewstate?