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
What does postback mean?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
What is the difference between the get method () and post method ()?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
How will you do Redo and Undo in a TextControl?
What is the difference between a multi-layer and multi-tier applications?
Can you nest updatepanel within each other?
Where sessions are stored?
What can you do with asp.net?
How does session authentication work?
What is session and application variable in asp net?
What is autopostback in dropdownlist in asp net?
What are the versions of garbage collection?
What is the flow of processing of the request? : asp.net mvc
What is a server farm in iis?