What methods are fired during the page load?
Answer Posted / rakesh
1)Page request - determines if it needs to be raised or compiled
2) start - if it is a new request or post back
3) Page initialization -
4)Load - if postback,control properties are loaded with
values of postback
5)validation - individual controls are validated
6) Postback - event handling
7)render - saves the view state data before rendering
8) unload
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are tuples?
Can I tap into other windows livetm services?
Explain the asp.net mvc folder conventions? : asp.net mvc
How to deploy/publish webservices?How many ways?Plz explain me
What does the orientation property do in a menu control?
What is custom attribute? How to create?
What is anonymous authentication?
What is query string with example?
Which authentication uses a combination of windows and iis authentication?
which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites
How many types of state management are there in asp net?
What is a web api?
Explain an object, class and method.
Where would you use an ihttpmodule, and what are the limitations of any?