What methods are fired during the page load?



What methods are fired during the page load?..

Answer / 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

More ASP.NET Interview Questions

What is the maximum number of classes that can be contained in one dll file?

0 Answers  


How to check the end of the record in Datareader?

2 Answers   Cognizant,


Where viewstate value is stored in asp.net?

0 Answers  


What is the postback property in asp.net?

0 Answers  


Explain the asp.net page life cycle.

0 Answers  






Which protocol is used to call a web service?

0 Answers  


What is the purpose of asp.net?

0 Answers  


What is authorization in asp.net?

0 Answers  


Hi, I am developing an application (quiz engine) using C# in Dot net. My problem is I am designing the selction option using radio button. So, I want to retrive the data from the database to the radiobutton option. And also please tell me the how to compare the correct answer option with Answer selected by the users. If any body knows or have done this before please Help me out. My mail id is get_rome@yahoo.co.in. Table format: Question Id Queston Option1 Option 2 Option 3 Option 4 Correct answer 1 What is ur name? My name is ….. My name …. My name …. My name …. My name is tom

4 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


Does JITting occur per-assembly or per-method? How does this affect the working set?

1 Answers  


Describe session handling in a webfarm?

0 Answers  


Categories