ASP.NET中,在.aspx文件中怎样让calendar控件上选的日期在文本框中显示??

如题所述

第1个回答  2017-05-03
TextBox1.Text = Calendar1.SelectedDate.ToShortDateString();
相似回答