What are the objects in asp.net and tell the purpose of
those objects
Answer Posted / dhasaradhan
There are 5 objects in asp.net
1.Response:This object is to response to other eg:
2.Request:This object is request from server
3.Application: This object is store global information of
application.
4.Session:This object used store the values into variable.
5.Server:
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What are the objects in asp.net?
What are the different types of a stream?
Is vb.net dead?
Explain the difference between system.string and system.stringbuilder classes?
Explain code security?
What are the assembly entry points?
Can you please explain the difference between thread and process?
What is the advantages of VB.NET?
How do you script this scenario in QTP using VB? Verify XML attributes in XML message against XSD and data mapping of fields to Oracle tables? Verify data in XML to data in a defined table?
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
How to send xml file on server using http protocol?
What is the feature which is common to all .net languages?
Explain nested classes?
What is the main purpose of garbage collector?