| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Types of optimization and name a few ? | Accenture | 3 |
| Any disadvantages in Dataset and in reflection ? | DELL | 1 |
| what is session ?how sessions are handeled in application?
write the clauses of sql server in their order. | Olive-Tech | 2 |
| What is role manager work in web.config?
how to restrict perticular pages from the users using the
role manager?
| Infosys | 1 |
| What is mvc structure? given example?
How to show gridview control from business components and
using class object arrays? | | 1 |
| Any alternative to avoid name collisions other then Namespaces? | | 1 |
| What is the difference between control and component? | | 2 |
| what is dumpbin.exe? | | 1 |
| write a sample code make use of xmltext writer | GCI | 1 |
| What is the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
| Innvectra | 1 |
| What does AspCompat="true" mean and when should I use it? | | 1 |
| Security types in ASP/ASP.NET? Different Authentication modes? | | 3 |
| 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 |
| Can we change the page layout in ASP.NET 2.0 as Grid Layout
like in previous version | TCS | 2 |
| How many types of session in asp.net2.0 | HCL | 17 |
| Explain autherization levels in .net ? | | 2 |
| what is CLR? | PrimeLine | 3 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| What r the page life cycle in asp.net page? | | 1 |
| What data types do the RangeValidator control support? | | 2 |
| |
| For more ASP.NET Interview Questions Click Here |