Types of objects in ASP?

Answers were Sorted based on User's Feedback



Types of objects in ASP?..

Answer / nizath ali.u

There are five types of built in objects

1) Request Object (It is used to access the information
sent in a request from a browser to the server).
2) Response Object (It is used to send information to the
browser).
3) Session Object (It is used to store & retrieve
information about particular user sessions).
4) Application object (It is used to store & retrieve
information that can be shared among all the users of an
application).
5) Server Object (It is used to access various utility
functions on the server).


Regards,
Nizath Ali.U

Is This Answer Correct ?    61 Yes 4 No

Types of objects in ASP?..

Answer / archanarastogi

There are five objects
1) Request Object
2) Response Object
3) Session Object
4) Application object
5) Server Object

Is This Answer Correct ?    59 Yes 9 No

Types of objects in ASP?..

Answer / subhash - netedge computing

We have six type of object in asp.
1- Request
2- Response
3- Session
4- Application
5- Server
6- Object context object

Is This Answer Correct ?    31 Yes 12 No

Types of objects in ASP?..

Answer / palvinder

Request object
Response object
Session object
Server object
Application object

Is This Answer Correct ?    13 Yes 1 No

Types of objects in ASP?..

Answer / anil sen

Response Object
Request Object
Application Object
Session Object
Server Object
Error Object
Object Context Object

Is This Answer Correct ?    5 Yes 4 No

Types of objects in ASP?..

Answer / 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

Types of objects in ASP?..

Answer / n.ilanchezhian

request object
respone object
session object
server object

Is This Answer Correct ?    5 Yes 12 No

Types of objects in ASP?..

Answer / amit

ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error
ASP FileSystem
ASP TextStream
ASP Drive
ASP File
ASP Folder
ASP Dictionary
ASP ADO

For Details Check www.w3schools.com

Is This Answer Correct ?    7 Yes 15 No

Post New Answer

More ASP.NET Interview Questions

How cross page posting is done in Asp.net 2.0?

3 Answers  


Page Life Cycle in ASP.NET

2 Answers   Syntel,


What is the behavior of a Web browser when it receives an invalid element?

0 Answers   MindCracker,


What are the different methods of session maintenance in asp.net?

0 Answers  


What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,






What is http protocol and how it works?

0 Answers  


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

0 Answers   webdirekt,


What are the benefits of view state?

0 Answers  


What is caching and types of caching ?

2 Answers   Infosys,


Where is the view state data stored?

0 Answers  


What is the significance of attaching a profile while creating a user?

0 Answers   MCN Solutions,


Explain the difference between singleton and single call?

0 Answers  


Categories