Hi Thomas,
The code on page 199 is
VB.NET which doesn't use AutoEventWireup. Instead, it adds "Handles ...." in the code behind to hook up methods to the page's events. In C#, you need AutoEventWireup in order to have methods like Page_Load automatially wired up to the page's events.
Hope this helps,
Imar