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
How many web config files can be created for an application?
Can viewstate be accessed in another page?
Fetch one page value to another page without using state-managment ?
How you can manage the state of application at the server side in ASP.NET?
a)COM Callable Wrapper b)Runtime Callable Which one of the above is Win32 API in .Net?
What is server transfer?
How can you handle unmanaged code exceptions in asp.net?
Is razor a programming language?
What is datagrid asp.net?
What is difference between or and orelse?
How can we update records in gridview?Is there any appropriate code for it?
How about the security in Activex DLL and Activex EXE ?
How does the iis work?
Is session stored in browser?
Define static function?