What are the objects in used in ASP for processing input and
outputs?



What are the objects in used in ASP for processing input and outputs?..

Answer / mahishaik5@gmail.com

Write,Responce,redirect

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

what is difference between const, static and readonly?

2 Answers   TVS,


How can we prepairing Interview

0 Answers   ITcom, TCS,


Explain about asp.net 2.0 themes?

0 Answers  


How to implement form based authentication in asp.net application?

0 Answers  


Where is asp.net view state stored?

0 Answers  


What is runtime host ?

3 Answers   Digital GlobalSoft,


What is authorization in asp.net?

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 the difference between ASP and ASP.NET?

4 Answers   Sans Pareil IT Services, TCS,


What are session cookies?

0 Answers  


Explain difference between dataset and recordset?

0 Answers  


What are the various session state management options provided by asp.net?

0 Answers  


Categories