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.

Answer Posted / js_m

C

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?

1706


What is session state server?

602


Is asp.net a programming language?

524


What are the Types of authentications in IIS

587


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

534






What is global.asax file used for?

547


Why will you usually create an aspnet user account in the database for an asp.net web application?

524


Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?

607


What is the purpose of session management?

500


i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?

1826


Define web services in asp.net.

547


How does a content page different from a master page?

564


How do sessions work?

526


What is custom attribute? How to create?

535


How to rename a table using sql queries?

558