Types of objects in ASP?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / palvinder
Request object
Response object
Session object
Server object
Application object
Is This Answer Correct ? | 13 Yes | 1 No |
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 |
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 |
Answer / n.ilanchezhian
request object
respone object
session object
server object
Is This Answer Correct ? | 5 Yes | 12 No |
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 |
What is the difference between a thread and a process?
When would you not use the oleDbConnection object? a) To connect to an SQL 7.0 database. b) To connect to a DB/2 database. c) To connect to an Access database. d) To connect to an SQL 6.5 database.
How can you use a custom controls in ASP.NET application?
0 Answers Sans Pareil IT Services,
Difference between HTML control and Web Server Control?
How do we make a poperty read only?
Is session stored in browser?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What are Http handler ?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
What is the Web.config file used for? a) To store the global information and variable definition for the application. b) Configures the time that the server-side codebehind module is called c) To Configure the Web Server. d) To Configure the Web browser.
8 Answers HCL, IBM, Syntax Softtech, Vypin, WideVision Technologies,
What are the Application_Start and Session_Start subroutines used for?
How to Deploy a project?