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
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is a 401 redirect?
What is the difference between adding reference in solution explorer and adding references by using ?
What are the major built-in objects in ASP.NET?
What is the difference between session.abandon() vs clear()?
Differentiate between a page theme and a global theme?
What are the components of ado.net?
Explain what the contents of cookie?
What is session and cookies in asp.net?
Explain difference between dataset and datareader?
What is asp.net? How is it different from asp?
Differentiate strong typing and weak typing
Define repository pattern in asp.net mvc? : asp.net mvc
What is sdlc process?
How does asp.net page work?