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

How many web config files can be created for an application?

630


Can viewstate be accessed in another page?

738


Fetch one page value to another page without using state-managment ?

705


How you can manage the state of application at the server side in ASP.NET?

815


a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?

1804


What is server transfer?

693


How can you handle unmanaged code exceptions in asp.net?

775


Is razor a programming language?

715


What is datagrid asp.net?

731


What is difference between or and orelse?

744


How can we update records in gridview?Is there any appropriate code for it?

1844


How about the security in Activex DLL and Activex EXE ?

2027


How does the iis work?

799


Is session stored in browser?

725


Define static function?

759