What methods are fired during the page load?

Answer Posted / guest

Init() - when the pageisinstantiated, Load() - when the page
is loaded into server memory,PreRender()- the brief moment
before the page is displayed to the user asHTML, Unload()-
when page finishes loading.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does postback mean?

535


Describe a bubbled event and how it is used ?

616


Explain an object, class and method.

556


a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.

1442


How about the security in Activex DLL and Activex EXE ?

1785






Why do I get error message "could not load type" whenever I browse to my asp.net web site?

629


Difference between web user control and web custom control?

502


What are sessions and cookies?

562


How u refer webservices?

1493


How would you implement inheritance using c#?

573


How asynchronous call can be implemented using delegates?

539


How may clustered index we can create in table?

562


What is bson in web api?

590


How can exception be handled with out the use of try catch?

544


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

513