Name and explain about the Objects in ASP?



Name and explain about the Objects in ASP?..

Answer / aspguru

Application : To perform any task needed when starting the
Application
Session : To handle the interaction with SINGLE client.
Request : Used to handle client requests
Response : Responding to Client's Requests. ( Sending HTML
content to Clients )
Server : Used to communicate with Server.
ObjectContext : Using Objects through MTS.
ASPError : Used to obtain Error information from pages.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More ASP Interview Questions

explain uses of Textstream object in ASP

1 Answers  


1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)

5 Answers  


what is the role of attributes properties in asp field object

0 Answers  


what is n tier ?

1 Answers   eSoft, Government,


What options are available to deploy my .net applications?

0 Answers  


Who invented asp?

0 Answers  


What are the methods in Application Object?

2 Answers  


Define application object in asp?

0 Answers  


define the functionality of web server in context to Active server page.

0 Answers  


What is classic asp application?

0 Answers  


What are the attributes of the tags?

0 Answers  


What is the difference between 1.1 and 2.0 .Net framework?

2 Answers   DLI,


Categories