| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is differences between bind and eval? | | 1 |
| What are various authentication mechanisms in ASP.NET ? | TCS | 3 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| What is the difference between Proxy and Contract? | | 1 |
| What does this do? gacutil /l | find /i about | | 1 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| In C#.net application is run on linux michine | | 3 |
| What is the difference between response.redirect and
server.transfer, how to choose one among the other? | 247Customer | 2 |
| How can you provide an alternating color scheme in a
Repeater control? | | 1 |
| Where do you store the information about the user?s locale? | | 1 |
| Can you edit data in the Repeater control? | | 3 |
| What is Hybrid dictionary | | 1 |
| what is the differance between .DLL & .EXE | Infinite-Computer-Solutions | 8 |
| What property is used on the datatable to indicate a
conflict after an update?
a) HasConflict
b) HasError
c) HasCollision
d) HasDataError
| Syntax-Softtech | 1 |
| What is the main difference between a static page and a
dynamic page?
| | 1 |
| What was the difference between machine.config and
web.config files | Assurgent | 8 |
| How do you manage session in ASP and ASP.NET? | Microsoft | 1 |
| What is the use of SmartNavigation property? | | 2 |
| What are the page level transaction and class level
transaction? | Satyam | 1 |
| In a page there is dropdown list with the name of the
cities like Bangalore,Pune,Chennai,Other and a text box
that would enable the user to enter the name of the city if
other is selected. How to enable validation on the text box
if other is selected | Proteans | 7 |
| |
| For more ASP.NET Interview Questions Click Here |