Hi Drew:
We appreciate your feedback on the courseware. We hope the quality of the material in general makes the effort worthwhile for you and apologize for any inconvenience.
Here are some specific responses to issues you brought up. The updated PDF will be made available asap:
p.91.. After playing with various widths for the combo dropdown, the wisdom of the 8 pixel differential is not apparent.. unless of course i am just dense.
Making the DropDownWidth slightly larger helps prevent unintended horizontal scrollbars from appearing. We're adding a tutorial note to this effect. "When there are more items than fit heightwise, vertical scroll bars appear, and those eat into the horizontal space, causing horizontal bars to appear as a side effect. If the width accommodates the vertical bars to start with, the horizontal ones don't show."
p.94: wrong project in image, although it makes no difference.
Reshot the image and updated the tutorial.
p.95: import System.Data is also needed to reference "DataTable" in code. In the C# world, if you start a new asp.net project you get system.data by default. There appears to be the similar behavior in VB.NET but I'm still checking this and will update the tutorial if there is a difference.
p.97: filename should be CountryPicker.ascx not CountryPicker.aspx
This is now fixed in tutorial.