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

What's the Difference between DSN and DSN Less connection?

3 Answers  


How You Can use Dropdownlist with in Data Grid .DropDownlist having data from Database?

2 Answers   MIT,


What are scripting objects in asp?

0 Answers  


What are the properties of session object?

0 Answers  


What are the methods in applet ? When is init(), start() called ?

1 Answers  






How do I make it so that code runs when the security system is stopping it?

0 Answers  


why we use data bind in asp.net

1 Answers  


How do I save an aspx file?

0 Answers  


What is difference between server.transfer and response.redirect ?

2 Answers   CIStems Software, Effexoft, VebTel,


What are private assemblies?

0 Answers  


What happens to a html page?

0 Answers  


How to insert the records in a database table by using asp?

0 Answers  


Categories