May 2010
Intermediate to advanced
1752 pages
41h 17m
English
Given that many of the "simple" controls look and feel so close to their Windows Forms counterparts, I won't bother to enumerate the details of the basic widgets (Buttons, Labels, TextBoxes, etc.). Rather, let's build a new website that illustrates working with several of the more exotic controls as well as the ASP.NET master page model and aspects of the data binding engine. Specifically, this next example will illustrate the following techniques:
Working with master pages
Working with site map navigation
Working with the GridView control
Working with the Wizard control
To begin, create an Empty Web Site project named AspNetCarsSite. Note that we are not yet creating a new ASP.NET Web Site project, as this ...