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 server side session management?
Explain server-side scripting?
What are session cookies?
Describe the .net base class library.
What is http protocol and how it works?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
How do sessions work?
Fetch one page value to another page without using state-managment ?
What is the difference between the asp and asp.net?
Explain a program using razor view engine to create a simple application? : asp.net mvc
What is Web API Routing?
What is the file through which you can customize your asp.net application?
Explain what is event bubbling?
What is the asp.net control toolkit?
What is asp.net master page?