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
How can you access the properties and controls of master pages from content pages?
Explain the difference between value type and reference type?
What do you mean by marshalbyref?
What is the use of autowireup in asp.net?
What are the three parts of an http response?
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.
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Name the namespace which is used by ado.net?
Explain diff. Betn dataset and recordset?
What is difference between session and cookies?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
How would ASP and ASP.NET applications run at the same time on the same server?
What is difference between view state and session state?
Which protocol is used in a web api?
What is difference in .net 1.1 and .net 2.0?