Creating a Calendar


The VB.NET and C# Calendar samples dynamically create a calendar for a month and year submitted from a Web form. Each sample includes a Web form and a "code behind" page. The samples use an array as a data source. The array contains the year, the month, the days of the month, and empty strings for day fields that do not occur in the given month. To run either sample:

  1. Click Run Sample.

  2. Check several Mail to check boxes.

  3. Click Generate documents. WordWriter will generate form letters for each of the names checked. A list of links to each recipient's letter will be displayed.

  4. To view a letter, click the recipient's link.

VB.NET Example
Calendar Generator

[View Form Source] [View Code Source]
C# Example
Calendar Generator

[View Form Source] [View Code Source]


Copyright © 2003, SoftArtisans, Inc.