| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | 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() | Techno-Solutions | 3 |
| How many rounds are there for a software programmer to
clear interview in any IT industries(MNC). | HCL | 2 |
| What is the difference between control and component? | | 2 |
| What?s the difference between Response.Write()
andResponse.Output.Write()?
| | 2 |
| difference between <connectionstring> <Appsetting> | | 6 |
| what is difference between User Control,Custom Contro1,Web
server control and template controls | | 1 |
| How we generate the BARCODE in ASP.Net using c# ! in
library management systen for books . | | 2 |
| In try catch blocks one is normal catch block and another is
sqlcatchexception block | Microsoft | 3 |
| Difference between asp and asp.net? | Accenture | 3 |
| What is the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar. | | 3 |
| On what object is the transaction in ADO.NET focused on?
a) The command object
b) The DataSet object
c) The Connection object
d) The DataAdapter object
| Syntax-Softtech | 4 |
| How can you get public key information? | Microsoft | 1 |
| Hi, I am working in a small software company in asp.net
platform. I need to know how and what are all the task in
asp.net will be assigned for the developers in mnc
companies. Thanks in advance. | | 1 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| How is a property designated as read-only?
| | 2 |
| relacement of websevices in .net 3.0? | Mind-Tree | 1 |
| what are Httpmodule and HttpHandler? | Microsoft | 2 |
| What is role-based security? | | 1 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| can we call webservice in Html form? | Microsoft | 1 |
| |
| For more ASP.NET Interview Questions Click Here |