| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 3 |
| what does Page.IsValid in asp.net | Net-Solution | 2 |
| Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality? | | 3 |
| About DataAdapters ? | Accenture | 5 |
| What is a Repeater Control and how does it works? and what
is the diffrence b/w Gridview,datalist and repeater control? | USi | 2 |
| Whats MSIL, and why should my developers need an
appreciation of it if at all? | | 1 |
| Explain which is best suited place in the Application Start
and Session_Start subroutines with an example? | | 3 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 2 |
| When is the ViewState available during the page processing
cycle ? | | 2 |
| What is the difference between and ActiveX dll and control ? | Microsoft | 1 |
| 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 can you assign styles to webforms? | Microsoft | 1 |
| Types of store procedure in Sqlserver? | | 2 |
| is it possible to set more than web.config file for an
ASP.net APPLICATION?can it run?how is it possible | | 3 |
| In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
| | 2 |
| What is operator overloading in dotnet | | 1 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 1 |
| How do you enable tracing?
a) Set the Trace property of the Web Form to True
b) Set the Trace property of the server object to True
c) Set the Session variables Trace to True
d) Set the Applications Variable Trace to True.
| Syntax-Softtech | 2 |
| Various types of Page Load functions | Net-Solution | 2 |
| What data types do the RangeValidator control support? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |