In the DayRender event of the Calendar control, do a check for

vb Code:
  1. If e.Day.IsOtherMonth Then
  2. e.Cell.Text = ""
  3. End If