| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Descrie about response.buffer and repsonse.flush ? | Cognizent | 1 |
| What is the need of client side and server side validation ? | Keane-India-Ltd | 1 |
| What are the types of authentications in ASP.NET? | Accenture | 1 |
| You are using the try? catch block seen in the following
code segment, but no exceptions are ever caught by the catch
block. What is the problem?
SqlConnection cn =new sqlConnection(strSQL);
SqlDataSet ds;
try
{
cn.open(); //perform the data processing steps
??..
} catch (OleDbException e) {
?..
}
a) The exception class is wrong; it should be sqlErrors.
b) The exception class is wrong; it should be
sqlSyntaxExceptios.
c) The exception class is wrong; it should be sqlExceptions.
d) The exception class is wrong; it should be sqlExcptions.
| Syntax-Softtech | 2 |
| What base class do all Web Forms inherit from? | | 1 |
| Compare and contrast between inline and code behind - which
one is best? | | 1 |
| How can you change a Master page dynamically in which event
of page life cycle? | Fulcrum-Logic | 2 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | HCL | 3 |
| Is It Possible for Static Variables access normal variable?
and Normal Varialbe Access the static Variables? | Phoenix-Technologies | 1 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | Visual-Soft | 1 |
| 1.What are the types of events in asp.net?
2.what is databind?
3.what is COM objects?
4.Difference between gridview and datalist?
5.what is SOAP?
6.what are contents are available in asp.net page?
7.what are types of error? | | 1 |
| State management in asp.net ? | Accenture | 3 |
| What is difference between masterpage and user control, what
is the objective of master page when we had user control in
.NET 1.1 version | DELL | 2 |
| Where does the Web page belong in the .NET Framework class
hierarchy? | | 1 |
| what is the role of aspx file ? | Netsweeper | 1 |
| What is wrong with a line like this? DateTime.Parse(myString) | Metasys | 3 |
| what is the differance between .DLL & .EXE | Infinite-Computer-Solutions | 8 |
| True or False: A Web service can only be written in .NET? | | 2 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process | Visual-Soft | 1 |
| Which keyword you should use for class not to extend?
Which keyword to be used for making the class accessible
within the assembly only
what are the authentication mode of ASP.NET
How will you call a JavaScript function using code-behind?
How will you define the Session Timeout?
What are the methods to validate client-side whether the
input is a correct Date format?
You want to write a log when ASP.NET application starts.
Which is the best place to write that peice of code?
What are the page load events and what is there order?
What is the difference between abstract class and interface?
What are the differences between DataSet and DataReader?
What are the two properties other than DataSource, which is
required to populate the Drop Down Menu?
What is difference between String and StringBuilder Classes?
What are differences between Custom control and User
control?
| Ignis-Technologies | 1 |
| |
| For more ASP.NET Interview Questions Click Here |