I've got a fairly basic question here. I need modify the code below to loop through calendar controls and update the appropriate month with vacation information from an SQL table. It currently works just fine with one control - calendar1 - but I'm having some difficulty getting my head around setting up a loop to update all 12 controls. Any advice would be greatly appreciated.
Imports System.Data
Imports System.Data.SqlClient
Partial Class _Default
Inherits System.Web.UI.Page
Protected dsHolidays As Go to the complete details ...