| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How would you implement inheritance using VB.NET/C#?
| | 2 |
| How do you do validations. Whether client-side or
server-side validations are better.? | Microsoft | 4 |
| How do you do validations. Whether client-side or
server-side validations are better ? | Microsoft | 2 |
| You need to retrieve data from a Microsoft SQL Server 2000.
Currently you are using an oleDbConnection object to connect
to the database server. You need to be able to retrieve the
data from the database server in XML format. Which approach
would be the most efficient? Select all that apply. Each
answer constitutes part of the whole answer.
a) Change to the SQL .NET provider.
b) Use the ExecuteXmlReader() method of the xxxCommand object
c) Use the DOM to create the XML document.
d) Use the XmlDocument.Load() method to create the XML Document.
| Syntax-Softtech | 1 |
| How do you define authentication in Web.Config? | Accenture | 2 |
| 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 |
| Windows Authentication (via Active Directory) and SQL
Server authentication (via Microsoft SQL Server username
and passwords).
Which one is trusted and which one is untrusted? | | 2 |
| what is NET Framework ? | TCS | 4 |
| what if we delete web.config or machine.config?
will a website work if we delete webconfig....or if we
delete machine config? | TCS | 2 |
| Which class provides methods that can be used to manage role
membership to be used in user authorization? | Wipro | 3 |
| What is advantage and disadvantage of viewstate | | 2 |
| What data type does the Range Validator control support? | | 3 |
| About Postback ? | Accenture | 3 |
| Which institute provide good Project training on .Net
technologies in hyd? | | 4 |
| how to convert from sql2000 numeric to int in asp.net with
sqlparameter? | | 1 |
| Define Query Interface,Adref,Release?
| Microsoft | 1 |
| What is custom tag in web.config ? | Accenture | 1 |
| what is the auto option in XML ? | | 1 |
| what is diffgram ?
| | 1 |
| What is the difference of a LEFT JOIN and an INNER JOIN
statement? What is a Cartesian product? What causes it? | Syntax-Softtech | 1 |
| |
| For more ASP.NET Interview Questions Click Here |