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

Which is better asp or php?

0 Answers  


What are the function of attributes of the <form> tags?

0 Answers  


Explain the post & get method or explain the difference between them in asp?

0 Answers  


which sdlc model was used for whatsapp?

0 Answers  


What should be used in order to determine if the cookie "FavoriteFlavors" in the request object contains more than one entry? A. Request.Cookies("FavoriteFlavors").HasItems B. Request.Cookies("FavoriteFlavors").Collection.Count C. Request.Cookies("FavoriteFlavors").Dictionary D. Request.Cookies("FavoriteFlavors").HasKeys E. Request.Cookies("FavoriteFlavors").Count

1 Answers  






Name the methods in session object?

0 Answers  


Name at least two methods of response object other than Transfer.

3 Answers  


what is m n c

1 Answers   NIIT,


What data types does the rangevalidator control support?

0 Answers  


What is the meaning of asp in computer?

0 Answers  


Which asp object is often used to retrieve user information from forms?

0 Answers  


How do I save an aspx file?

0 Answers  


Categories