| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 2 |
| How do you pass session values from one page to another ? | Digital-GlobalSoft | 2 |
| define silverlight and advantages ? | | 2 |
| What is mvc structure? given example?
How to show gridview control from business components and
using class object arrays? | | 1 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| What are all the ways to find out types of objects? | HCL | 4 |
| 1.can we add connection string in global.asax??????????
2.what are the default files included when we create new
web application???? | Sparsh | 6 |
| What is the Global ASA(X) File? | | 2 |
| 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 to limit table cell size with long strings? | IBS | 1 |
| About friend and Protected friend ? | MMTS | 3 |
| Difference between datagrid and datareader? | | 1 |
| What is the difference between response.redirect and
server.transfer, how to choose one among the other? | 247Customer | 2 |
| can i use store procedure in disconnected mode?
give me answer | | 2 |
| What is Http handler? | Accenture | 4 |
| Which control would you use if you needed to make sure the
values in two different controls matched?
| | 1 |
| What is the difference between control and component? | | 2 |
| relacement of websevices in .net 3.0? | Mind-Tree | 1 |
| What is the difference of a LEFT JOIN and an INNER JOIN
statement? What is a Cartesian product? What causes it? | Syntax-Softtech | 1 |
| about view state and how validation controls will be
executed on client and server | Wipro | 2 |
| |
| For more ASP.NET Interview Questions Click Here |