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
Is asp net front end or backend?
In which situation can you not use a viewstate?
Differentiate between a hyperlink control and a linkbutton control.
What is the part of url?
What are strong names?
What is application variable in asp.net?
Which of the following .NET framework supports Web API?
Is sql backend or frontend?
Is asp.net outdated?
What is the difference between session.abandon() vs clear()?
What is session mode in asp.net?
if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....
Why mvc is faster than asp.net? : Asp.Net MVC
What does the hotspot class in .net do?
What New Features comes with ASP.NET Web API 2.0?