Types of object in asp ?



Types of object in asp ?..

Answer / sridhar

ASP Response
ASP Request
ASP Application
ASP Session
ASP Server
ASP Error

Is This Answer Correct ?    13 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

Define xmlreader class.

0 Answers  


Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()

4 Answers   Techno Solutions,


What is a session http?

0 Answers  


What is custom events?

0 Answers  


Can we store object in viewstate?

0 Answers  






9. Why should we hire you over the others waiting to be interviewed?

0 Answers   Business One, IBM, Swatz Oils,


What is reflection and disadvantages of reflection ?

2 Answers   CTC, Microsoft,


List the advantages and disadvantages of user control an custom control?

0 Answers  


How long does an http session last?

0 Answers  


What are the three parts of an http response?

0 Answers  


What are ASHX files?

0 Answers   HCL,


How do u deploy ur project?

0 Answers   HCL, Microsoft,


Categories