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 are server-side comments in ASP.NET?
How to disable validator control by client side JavaScript?
How can you use a custom controls in ASP.NET application?
What are the differences between primary foreign and unique keys?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What are the event handlers that we can have in global.asax file?
Define xmlvalidatingreader class.
When should I use server transfer and response redirect?
When does a session actually start?
What is localhost in asp.net?
How to find last error which occurred?
Do you know about caching with the datasource controls?
Can we have 2 web config files?
Explain the differences between clr & cts?
Explain the working of passport authentication.