Answer Posted / 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 |
Post New Answer View All Answers
Where is session data stored in asp net?
What are the different authentication modes in asp.net?
Which control has default post back is enabled(true)?
What is a web api endpoint?
Is asp.net easy to learn?
Which two new properties are added in asp.net 4.0 page class?
When you use Ajax controls in the ASP.NET application?
How to implement role based security in asp.net mvc? : Asp.Net MVC
What is the difference between mvc and asp.net? : Asp.Net MVC
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Can you set the session out time manually?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
How do u deploy ur project?
What are the two Layouts supported by a Web form in ASP.NET?
Why we are using mvc instead of asp.net? : Asp.Net MVC