what are the events in ASP.net page life cycle?

Answer Posted / sivaprasad

Init - which will execute when page execution is started.

Load - start loading

Prerender - The last stage to save any information in
viewstate.

Save state - The information of page will save in viewstate

Render - The page content will rendered.

Dispose - Page instance will be destroyed.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is asp.net response object?

556


What is a server cookie?

495


How to find last error which occurred?

532


How to implement form based authentication in asp.net application?

567


What are the namespace classes used in asp.net mvc? : asp.net mvc

542






How do u deploy ur project?

2218


What are assemblies and namespaces and explain the difference between them ?

560


What is asp.net architecture?

527


Explain the difference between authentication and authorization.

591


Why would anyone need to implement their own hashtable or linked list?

2435


What is difference between view and partial view?

504


What do you understand from custom control?

605


How do you design a website with multilingual support in ASP.NET ?

542


Explain the steps needed to be performed in order to create an animation in xaml?

551


What are the Types of object in asp

633