what are the types of ASP objects ?

Answers were Sorted based on User's Feedback



what are the types of ASP objects ?..

Answer / sourabh sachdeva

Response object,
Request object,
Server object,
Session object,
Application object,
Object Context Object,
Asp Error Object

These are total seven Asp objects....

Is This Answer Correct ?    22 Yes 3 No

what are the types of ASP objects ?..

Answer / radha

Request
Response
Application
Session
server

Is This Answer Correct ?    17 Yes 0 No

what are the types of ASP objects ?..

Answer / rohit nikam

Response,
Request,
Server,
Session,
Object Context,
Asp Error,
Application

Is This Answer Correct ?    5 Yes 1 No

what are the types of ASP objects ?..

Answer / yugeshwaran m

There are 7 asp objects....

1.Response object,
2.Request object,
3.Server object,
4.Session object,
5.Application object,
6.Object Context Object,
7.Asp Error Object

Is This Answer Correct ?    1 Yes 0 No

what are the types of ASP objects ?..

Answer / d.milton thanaraj

1.Request Objects
2.Response Objects
3.Application Objects
4.Session Objects
5.FileSystem Objects
6.Server Objects
7.Dictionary Objects
8.Asp Error Objects
9.Asp Drive Objects
10.Asp Folder Objects
11.TextStream Objects

Is This Answer Correct ?    0 Yes 0 No

what are the types of ASP objects ?..

Answer / r.rajesh

Application Object,Session Object,View Object

Is This Answer Correct ?    0 Yes 0 No

what are the types of ASP objects ?..

Answer / shaimaa mohamed

Request Object
Response Object

Application Object
Session Object

Form Object

Trace Object (Debuge Application)
User Object (Security)
Server Object (Information)
Previous page Object

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


How you can use video conferencing in asp.net? guys plz help me ...

2 Answers  


What do you mean by caching in asp.net?

0 Answers  


Difference between application and session ?

12 Answers   DataPoint, Satyam,


Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?

0 Answers  






What is state management in asp.net and define Client-side state management and Server-side state management?

2 Answers   TVS,


Describe the role of inetinfo.exe, aspnet_isapi.dll and aspnet_wp.exe in the page loading process

1 Answers   HCL, Siebel Systems, Visual Soft,


List the major built-in objects in asp.net?

0 Answers  


Explain how asp.net page works?

0 Answers  


Why cyclomatic complexity is important?

0 Answers  


What are the objects of ASP.NET ?

6 Answers  


From the given paragraph of text, write a program to match the strings of format “Any number of numerals followed by an underscore followed by any number of alphabets" ex:123_abc (Note:using regular expressions)

4 Answers   Microsoft,


Categories