| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| what is the trace in ASP.NET | | 4 |
| What is the difference between application and cache variables? | Astadia | 2 |
| Can we use the java script code in .Net Code behind? | eXensys | 4 |
| Can you edit data in the Repeater control? | | 3 |
| How cross page posting is done in Asp.net 2.0? | | 3 |
| How do you perform validations ? | Microsoft | 1 |
| What is the need to give <compilation debug=true> command ? | Netsweeper | 3 |
| code for inserting images into gridview colomns from
database | HP | 3 |
| When Garbage Collector will run and how its identifing
whether the Object is used or Not.? | Verizon | 2 |
| Difference between Response.Expires and Expires.Absolute ? | Accenture | 1 |
| What data types do the RangeValidator control support? | | 2 |
| Which method do you invoke on the DataAdapter control to
load your generated dataset with data? | | 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 |
| Explain the functionality of "EnableViewState" ? What
happens if you want it on or off? | | 1 |
| 17. If I?m developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | | 1 |
| Which institute provide good Project training on .Net
technologies in hyd? | | 4 |
| What are the disadvantages of view state / what are the
benefits? | | 2 |
| Can you store dataset in viewstate? | Microsoft | 3 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |