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
What is the maximum timeout we can set for Cookies?
Is asp.net and .net are same or different?
Why asp.net is used?
What is a uri query?
How can we create pie chart in asp.net?
If you want to write your own dot net language, what steps you will you take care?
What is the difference between client-side and server-side validations in webpages?
What is the use of execute non query in asp.net?
What is caching? Explain.
How do you secure your connection string information?
Can action method static?
What are the main requirements for caching?
How do we implement bundling in MVC?
What is the Difference between MVC And MVP design pattrens
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?