What are the objects in used in ASP for processing input and
outputs?
what is difference between const, static and readonly?
How can we prepairing Interview
Explain about asp.net 2.0 themes?
How to implement form based authentication in asp.net application?
Where is asp.net view state stored?
What is runtime host ?
What is authorization in asp.net?
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()
What is the difference between ASP and ASP.NET?
4 Answers Sans Pareil IT Services, TCS,
What are session cookies?
Explain difference between dataset and recordset?
What are the various session state management options provided by asp.net?