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


Please Help Members By Posting Answers For Below Questions

What are sharepoint pages?

498


Write a code for passing ArrayList in Web API?

1061


What is the use of service provider?

590


Can we handle the error and redirect to some pages using web.config?

924


What do you mean by serialize?

556






Explain diff. Between friend and protected friend?

500


Which platform does Microsoft .NET use for exchanging data between applications?

589


Less than one page, how many windows will you be able to maintain?

571


Explain significance of routing? : asp.net mvc

557


What is razor? : asp.net mvc

562


How can you use a custom controls in ASP.NET application?

552


Explain client-side scripting?

575


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

535


Explain repository pattern in asp.net mvc? : asp.net mvc

531


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2597