有没有办法让vs2008中的calendar控件只得选择月份而不让他选择日

有没有办法让vs2008中的calendar控件只能选择月份而不让他选择日?
RT
有什么设置的办法吗?

------解决方案--------------------
protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
{
e.Cell.Text = "";
}