Answer Posted / 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 |
Post New Answer View All Answers
What is a session government?
What is the purpose of session management?
What is the difference between web.config and machine.config in ASP.NET?
What is parse in asp.net?
What is protected configuration?
Explain asp.net mvc request life cycle? : asp.net mvc
What is a 404 redirect?
What are the types of authentication in asp.net?
List of words of preprocessor in .net?
What do you understand by aggregate dependency?
What is the concept of view state in asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
How to sign out from forms authentication?
What is the difference between cookie and session?
What is _viewstart?