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

what is uncle aunty file

1 Answers  


What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

0 Answers  


How to upload a file using file upload control inside the Update Panel???

2 Answers  


What is the use of location tag in web.config file

2 Answers   Karur Vysya Bank KVB,


can we transfer data from one page to another page using viewstate if so how?if not y?

1 Answers   Patni,






What r the asp.net list controls and diff. Between them?

0 Answers  


What are sharepoint pages?

0 Answers  


Can a master page have more than one contentplaceholder?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?

3 Answers  


What is autopostback true?

0 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


Categories