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

hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


how many server controls are presented in vb.net

2 Answers  


hi,everyone. i got a problem in handling linklabels. i've more than one linklabels in a form. i used following event handler to handle the event 'LinkClicked' of Linklabel. private sub LinkLabel1_LinkClicked() Handles LinkLabel1.LinkClicked,LinkLabel2.LinkClicked ............... .......... end sub My question is how to identify the 'Linklabel1' and 'Linklabel2'. i dont want to handle the events of linklabels individually.

1 Answers  


What is a stream in vb.net?

0 Answers  


Explain the observations between vb.net and vc#.net?

0 Answers  


What is branching logic control in VB.NET?

0 Answers  


What is the difference between value and reference types?

0 Answers  


What is intermediate language in .NET ?

20 Answers   Digital GlobalSoft,


What are the difference between dispose(), close(), exit(), end()?

0 Answers  


How can we store decimal data in .net?

0 Answers  


Explain the advantages of vb.net?

0 Answers  


hello friends, I have created a animated button in VB.NET. As its dll file coding can be viewed and also copied to some other location. So my question is how can I protect the Dll file of the animated button so that noone can access it. Any idea about this???????? Thanks Rekha

3 Answers  


Categories