What is the life cycle of web page?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is data control in asp.net?

0 Answers  


Explain what is an assembly?

0 Answers  


How can we pass info between 2 asp.net pages?

0 Answers  


Explain swagger components.

0 Answers  


Why do we use web config?

0 Answers  






What is the difference between Debug.Write and Trace.Write? When should each be used?

2 Answers   Infosys,


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.

0 Answers   Netsweeper,


What are the security types in ASP/ASP.NET? Different Authentication modes?

0 Answers  


What are the difference between overriding and overloading?

0 Answers  


What is Bundling and Minification in MVC?

0 Answers   HCL,


Your manager has asked you to describe what you would use application variables for. What statement best describes the use of application variables? a) Application Variables are used to keep state for each connected user. b) Application Variables are used to keep state for the web site c) Application Variables are used to keep state for the application on the server d) Application Variables are used to keep state for all applications objects in the web site.

1 Answers   Syntax Softtech,


Which is the parent class of the ASP.NET server control?

0 Answers   Sans Pareil IT Services,


Categories