What are the asp.net server side objects?
What is content place holder?
In a page u have Web user controls . So what is the order in which the Page life Cycles takes place?
How does asp.net page work?
Is data edited in the Repeater control?
What’s the difference between response .redirect and server.transfer?
Which adapter should you use, if you want to get the data from an access database?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
How many classes can a single .NET DLL contain?
What is the current version of asp.net?
What is the use of sessionstate tag in the web.config file?
Why we use content place holder in asp.net?
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.