A.1. Chapter 1

A.1.1.

A.1.1.1.
A.1.1.1.1. Exercise 1 solution

The markup of a page in VWD contains the raw and unprocessed source for the page, including the HTML, ASP.NET Server Controls, and programming code. The web server then processes the page, executing the code in the page and then sends out the final HTML to the browser.

A.1.1.1.2. Exercise 2 solution

XHTML and HTML are related since XHTML is a version of HTML rewritten with XML rules. Where HTML is much more relaxed, XHTML forces the programmer to write code that conforms to XML rules, such as correct capitalization, closed tags, and attributes that are enclosed in quotes.

A.1.1.1.3. Exercise 3 solution

The easiest way to store HTML fragments that you use often is to select them in the code window and then drag them to a free space on the Toolbox. When the item is added, you can rename it to give it a more meaningful name. Now you can simply double-click an item or drag it from the Toolbox into your page whenever you need it.

A.1.1.1.4. Exercise 4 solution

There are a number of ways to reset part of the customization changes you may have made, including:

  • Resetting the Window layout by choosing Window Reset Window Layout.

  • Resetting the Toolbox by right-clicking it and choosing Reset Toolbox.

  • Resetting all settings of VWD with the Import and Export Settings menu under the Tools main menu.

A.1.1.1.5. Exercise 5 solution ...

Get Beginning ASP.NET 3.5: In C# and VB now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.