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.
What are the type of session in Asp.Net
Why we use content place holder in asp.net?
What is the lifespan for items stored in ViewState?
How to find the client browser type ?
4 Answers AQA, Cognizant, Satyam,
What is the difference between union and join?
what is roles in asp.net
What do you understand by aggregate dependency?
What is web configuration file and how to use in web application
How to implement globalization and localization in the use interface in .net.
Explain the difference between response.redirect vs server.transfer
How we implement web farm and web garden concept in asp.net?
what are partial classes and their use?