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.
Is viewstate enabled by default?
How asynchronous call can be implemented using delegates?
What is cookies cache and session?
About SOAP ?
How to create events for a control?
What object is used to encapsulate a rowset? a) DataSet b) DataAdapter c) DataRowSet d) DataTable
What is server redirect?
What is a session government?
In which event of the page viewstate is available?
What is the use of SmartNavigation property?
What is difference between ASP and ASP.NET ?
How can you handle exceptions in asp.net?