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:
- Click Run Sample.
- Check several Mail to check boxes.
- 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.
- To view a letter, click the recipient's link.
VB.NET Example
|
C# Example
|
Copyright © 2003, SoftArtisans, Inc.