| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How can u handle Un Managed Code Exceptions in ASP.Net? | Lara-Technology | 1 |
| What is a WebService and what is the underlying protocol
used in it? Namespace? | | 1 |
| What combination of methods are used to improve the speed of
the fill() method of the DataAdapter?
a) BeginFillData() and EndFillData()
b) StartFillData() and EndFillData()
c) BeginLoadData() and EndLoadData()
d) StartLoadData() and EndLoadData()
| Syntax-Softtech | 2 |
| what is pagination in asp.net ? | Netsweeper | 1 |
| How many types are there session | TCS | 5 |
| What is the transport protocol you use to call a Web service? | | 2 |
| What is a DLL Hell Problem in .Net? | | 4 |
| What is Assembly? | Inspira-Technologies | 2 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| what are partial classes and their use? | Microsoft | 2 |
| How can we prevent an aspx page get refreshed when any
information fetch from the database ? | Minecode | 2 |
| Dategrid filtering and sorting
How can we sort all the fields at once?
| Satyam | 3 |
| How can you debug an ASP page, without touching the code? | | 1 |
| If I m using Session State Partioning where I have
partitioned my session into 4 servers then how can I know
that my session will be stored on which server? | | 1 |
| which is the new version of IIS SERVER | | 1 |
| how to do pakaging nd deployment | | 1 |
| if u r projet consist of 4 people means how can u manage
the file | Mind-Tree | 8 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| what are the levels of securities need to be considered for
the finincial web application? | | 1 |
| Where is ViewState information stored? | HCL | 6 |
| |
| For more ASP.NET Interview Questions Click Here |