http://www.cnblogs.com/downmoon/archive/2008/08/02/1258686.html
格式化下就可以了吧。
CSS 样式的问题
text-decoration:none;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>woody test</title>
<style type="text/css">
.woody a
{
text-decoration:none;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:Calendar ID="Calendar1" runat="server" class='woody'></asp:Calendar>
</form>
</body>
</html>