What are the different methods that are used during the
page load?
Answer Posted / ninad
These are the different methods that are used during the
page load.
Init() - is used when the page is instantiated
Load() ? is used when the page is loaded into server memory
PreRender() ? is used to display the brief moment before
the page to the user as HTML
Unload() ? is used when the page finishes loading.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between response.redirect vs server.transfer
How do you do Client-side validation in .Net?
What are cookies in your browser?
What is page fragment caching?
What are sql notifications and sql invalidations?
What are the different authentication modes in asp.net?
Why do we need url encoding?
List some of the important session state modes of asp.net.
What is server side routing?
What is session state server?
Is redux flux?
What does occur first in ASP.Net, Authentication or Authorization?
How response object is related to asp's response object?
Explain diff between dataset and datareader?
List all templates of the repeater control.