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 difference between session and cookies in asp net?
What is session state server?
What are session cookies?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the maximum amount of memory any single process on windows can address?
How may clustered index we can create in table?
Define what is razor? : asp.net mvc
What can you do with asp.net?
Name the namespace which is used by ado.net?
Describe the method to create a permanent cookie?
Differentiate between a hyperlink control and a linkbutton control.
Explain about asp.net caching?
Explain the basic functionality of garbage collector?
What is the appSettings Section in the web.config file?
What describes a query?