Types of objects in ASP?

Answer Posted / arvind singh

Request object
Response object
Session object
Server object
Application object
Error Object
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO

Is This Answer Correct ?    4 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?

1771


Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc

767


How to deploy/publish webservices?How many ways?Plz explain me

2030


What is cache in asp net?

720


Is oauth for authentication or authorization?

758


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.

1621


How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?

721


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

752


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

722


What are the elements of a website?

713


What is parse in asp.net?

736


What's the use of response.output.write()?

979


what is the difference between response.write() and response.output.write()?

900


Difference between singleton and singlecall.

754


Explain in what order a destructors is called.

777