| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| when using personlization, how do you access over setting at
runtime? | | 1 |
|
Could u send me the answer for this question as soon as
possible.
Im using 'System.net.mail.mailmessage' namespace for
sending a mail from my application. What should I mention
in 'system.net.mail.mailmessage.to' property and What
should I mention in 'system.net.mail.mailmessage.from'
property. | | 1 |
| can u any one tell me clearly where is stored cache datas? | Apollo | 1 |
| What r Callbacks in ASP.NET? | | 1 |
| write six HTTP request method? | IBM | 2 |
| What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
| Syntax-Softtech | 2 |
| If i have a page where i create an instance of a dll and
without invoking any method can I send values to next page ? | Satyam | 1 |
| Why is validation always done on the server? When does that
occur?
| | 1 |
| What is the function of the CustomValidator?
a) It allows for custom C# client-side code to validate
entries in a control.
b) It allows for a custom mixture of validator controls to
use one central control for the display of messages.
c) It uses scripted client-side code to validate the entry
in a control.
d) It uses server-side code to validate the entry in a control.
| Syntax-Softtech | 2 |
| If i have 1000 records in dataset, how to do paging? | Mind-Tree | 2 |
| if i have 1000 records and i want to access 20 ata time
from SQL server, what will be the query? | Mind-Tree | 5 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| 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 |
| which is faster ArraytList Or Collection ? how?
hows the Hashing works internally ? | Emphasis | 2 |
| Webconfig file is cofiguration of server or browser? | Wipro | 9 |
| Can u able to get the xml document in crystal report if yes
how its possible | | 1 |
| Which tools of web site Administartion tool do you use to
manage user,roles and rules? | | 2 |
| what are the ways to improve performance in .net
application? | Mind-Tree | 3 |
| which directive is mandatory in page control | AG-Technologies | 3 |
| Compare and contrast between inline and code behind - which
one is best? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |