private void Page_Load(object sender, System.EventArgs e)
{
   this.TextBox2.Attributes["onclick"]="JSCalendar(this);";
}
这是添加js的代码,每次回传都应该执行啊!