| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| Explain current thinking around IClonable. | | 1 |
| Types of values mode can hold session state in Web.Config? | Accenture | 6 |
| If we add a textbox and give the required field
validator,and i add two radio buttons 1 is yes another one
is No.And i add another one server control button ,if i
click the button ,if the radio button Yes is checked the
validation control is fired ,if no the validation control
is not fired.So what you used to solve this problem. | CTS | 6 |
| What is the Global.asax used for?
| | 3 |
| 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 data type does the RangeValidator control support? | Visual-Soft | 3 |
| Clearly Explain the ispostback | TCS | 4 |
| Can we use multiple forms in single asp.net application? | Polaris | 2 |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 3 |
| What is CLS? | PrimeLine | 1 |
| Singleton Design pattern?How do you achieve it? | Microsoft | 2 |
| How do you bind array to gridview? Will it works? | HP | 3 |
| About remoting and web services. Difference between them? | Microsoft | 2 |
| How to merge 2 tables fields in DataTable in asp.net | Wipro | 3 |
| why security trimming attribute? | | 1 |
| What is the base class of .NET? | | 5 |
| what is the jit? what is the type of jit and purpose of it> | | 2 |
| How can you assign styles to webforms? | Microsoft | 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 |
| |
| For more ASP.NET Interview Questions Click Here |