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 are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
How can we create a website?
Mention the namespace that is used to include .net data provider for sql server in .net code?
How is the asp.net mvc architecture different from others? : asp.net mvc
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Which namespace is used by ado.net?
Differentiate between structure and class.
What is an asp.net web form?
How to retrieve user name in case of Window Authentication?
Is asp.net 64-bit enabled? How?
Define resource files.
What is server transfer?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
What is variable and constant in .net programming language?
What is the use of web.config file?