Skip to Content
Beginning ASP.NET 3.5: In C# and VB
book

Beginning ASP.NET 3.5: In C# and VB

by Imar Spaanjaars
March 2008
Intermediate to advanced content levelIntermediate to advanced
766 pages
21h 15m
English
Wrox
Content preview from Beginning ASP.NET 3.5: In C# and VB

A.2. Chapter 2

A.2.1.

A.2.1.1.
A.2.1.1.1. Exercise 1 solution

A number of files fall in the web files category, including .aspx files (Web Forms that end up as pages in the web browser), .html files (that contain static HTML for your site), .css files that contain Cascading Style Sheets information and .config files that contain configuration information for the web site. Refer to the table with the different file types in Chapter 2 for a complete list of files.

A.2.1.1.2. Exercise 2 solution

When you want to make a piece of text both bold and italicized you need to select the text and then click the Bold button in the Formatting toolbar. Next you need to click the Italic button. The final HTML code in the page should look like this:

<b><i>Welcome to Planet Wrox</i></b>
A.2.1.1.3. Exercise 3 solution

The first way is using the Solution Explorer. Right-click your project, choose Add Existing Item and then browse for the item(s) you want to add.

Secondly, you can drag and drop files from Windows Explorer or from your desktop directly into a VWD project.

As a third alternative, you could put the files directly in the project's folder using Windows Explorer. For example, files you add to the folder C:\BegASPNET\Site become part of your web site automatically. If you don't see the new files appear in VWD directly, click the Refresh icon on the Solution Explorer toolbar.

A.2.1.1.4. Exercise 4 solution

In VWD, you have three different views on your code: Design View, Markup View ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Beginning ASP.NET 4: in C# and VB

Beginning ASP.NET 4: in C# and VB

Imar Spaanjaars
Professional ASP.NET 3.5 SP1 Edition: In C# and VB

Professional ASP.NET 3.5 SP1 Edition: In C# and VB

Bill Evjen, Scott Hanselman, Devin Rader

Publisher Resources

ISBN: 9780470187593Purchase book