In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place?
Answer Posted / ansu kumar
order of events are
init
page load
control load
page unload
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is .net framework and what are the main components of it?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
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.
Explain file-based dependency and key-based dependency.
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
is gateway for sms continue connected for sending sms.how?
how to elimainte the similar data from the different tables
What is viewstate parameter?
Explain diff. Between friend and protected friend?
What is asp net_sessionid?
What are the main requirements for caching?
What is fulltrust?
What is a web based system?
What is the request flow used for asp.net mvc framework? : asp.net mvc
Is redux flux?