A. Write code that uses the Append method of the StringBuilder object.
A. In the Web.config file for the application, set the culture attribute of the globalization element to
en-NZ.
B. In the Web.config file, set the allowOverride attribute in the location element to False.
Make no other changes to the Web.config file.
C. Use early binding
D. Set the AspCompat attribute of the Page directive to true.
C. Create an installer that has a custom action to install only location-specific files.
D. Create a Web setup project for the ASP.NET application.
Add a merge module for DataAccess.
B. Set the RepeatDirection property to Horizontal.
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.
B. Ensure that appropriate indexes exist in the SQL Server tables.
D. Rewrite your direct SQL statements as stored procedures and call the stored procedures from
your application.
D. Write in the Page.Load event handler that populates the DataGrid control only when the
IsPostBack property of the page is true.