Answer Posted / skmdali786
Init() - when the page is instantiated
Load() - when the page is loaded into server memory
PreRender() - the brief moment before the page is displayed to
the user as HTML
Unload() - when page finishes loading.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How does cookies work in asp net?
What is web api vs wcf?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
How to manage different kinds of sessions in ASP.NET?
What are validators and list some validators of asp.net?
Explain code snippet to register exception filters from controller?
Can we set which type of comparison we want to perform by the CompareValidator control?
Diff between web user control and web custom control?
What is the difference between application state and session state in asp net?
About CLR, reflection and assemblies?
Explain the server control events of asp.net ?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What is globalization and localization in asp net?
Explain diff. Betn dataset and recordset?
What is session in http request?