| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is .NetFramework? | Syntel | 1 |
| What is session tracking & methods? | C-Squared-Systems | 3 |
| What is an iHTTPModule, and explain its implementation with
its limitations? | | 1 |
| What are the different ways you would consider sending data
across pages in ASP (i.e between 1.asp to 2.asp)? | Net-Solution | 1 |
| 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 is the purpose of the validation summary control? What
do you need to do to prevent an error message from being
displayed in a validator when a validation summary control
is used? How can you display a message in both the validator
and the validation summary control?
| | 1 |
| What is the difference between Codebehind="MyCode.aspx.cs"
andSrc="MyCode.aspx.cs"?
| Innvectra | 1 |
| Features in ASP.NET? | Microsoft | 2 |
| what is the Difference between Dim Object as object AND dim
obj as myform? | Microsoft | 1 |
| What is WebService ? | Tanla-Solutions | 6 |
| Way of updating a table other than stored procedure and
hard coded query? | | 2 |
| Can we Run the Application without Build | Emphasis | 2 |
| What are the different types of Session state management
options available with ASP.NET?
| | 5 |
| Differentiate an ADO.NET Dataset and an ADO Recordset with
its functionality? | | 3 |
| Webconfig file is cofiguration of server or browser? | Wipro | 9 |
| How is a property designated as read-only?
| | 2 |
| Explain Assemblies?,Difference between Panel and
GroupBox?,Differences between ASP and ASP.NET? | | 1 |
| How do you make your site SSL enabled ? | Satyam | 2 |
| What are validator? Name the Validation controls in asp.net?
How do u disable them? | | 2 |
| what is the MSIL assembler do? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |