What are the objects in asp.net and tell the purpose of
those objects

Answers were Sorted based on User's Feedback



What are the objects in asp.net and tell the purpose of those objects..

Answer / 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

What are the objects in asp.net and tell the purpose of those objects..

Answer / kumanan

there are six object in asp.net.

6.object context object.

Is This Answer Correct ?    5 Yes 3 No

What are the objects in asp.net and tell the purpose of those objects..

Answer / shathar

7 objects

last one is Error object

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More VB.NET Interview Questions

what is vb,net

1 Answers   ME,


Explain the difference between namespace and assembly?

0 Answers  


What is enumerator?

0 Answers  


Write a program that accepts an array of numbers, and two numbers (an element and a position in the array) and inserts the given element into nth position of the array.

2 Answers  


What are the types of generations in garbage collector?

0 Answers  






What is MSIL

8 Answers  


Why is the xml infoset specification different from the xml dom?

0 Answers  


How many languages are supported by .net?

0 Answers  


wht is the use of console application?

3 Answers   MRB,


What is the difference between readonly variable and constant variable?

0 Answers  


how to get dynamic control array position or its index position?

0 Answers   CMC,


Name some different types of control?

0 Answers  


Categories