This document contains code for three ASP.NET webform programs. The first program uses a Calendar control and handles its VisibleMonthChanged event to display whether the month was changed forward or backward. The second program demonstrates validation controls like RequiredFieldValidator and RangeValidator. The third program uses a master page to create a common layout for pages with a menu control populated from a sitemap file.